/* CSS Document */

.jibber	{
			background-image:url(../Graphics/JibJabBG.jpg);
			background-repeat:no-repeat;
			width:450px;
			height:265px;
		}
		
.jessica	{
				background-image:url(../Graphics/JessJellyBG.jpg);
				background-repeat:no-repeat;
				width:450px;
				height:265px;
			}
		
#jibbertext	{
				width:325px;
				margin-left:120px;
			}
			
#jabbertext	{
				text-align:right;
				margin-top:40px;
				width:300px;
				margin-left:10px;
			}

#jellytext	{
				text-align:right;
				margin-top:25px;
				width:285px;
				margin-left:10px;
			}
#jibjab_btn	{ 
				background-image:url(../Graphics/char_jibjab.jpg);
				background-repeat:no-repeat;
				width: 400px;
				height: 126px;
			}
			
#jibjab_btn a	{
					display:block;
					width: 350px;
				}
				
#jibjab_btn a:hover {
						 background:#A89F7E url(../Graphics/char_jibjab_rollover.jpg);
					}
					
#jessjelly_btn	{ 
				background-image:url(../Graphics/char_jessjelly.jpg);
				background-repeat:no-repeat;
				background-position:right;
				width: 400px;
				height: 126px;
			}
			
#jessjelly_btn a	{
					display:block;
					width: 380px;
				}
				
#jessjelly_btn a:hover 	{
						 background:#A89F7E url(../Graphics/char_jessjelly_rollover.jpg);
					}