﻿body {
	margin:0;
	padding:0;
}

html {
	margin:0;
	padding:0;
}

img {
	border:0px;
}

#container {
	position:relative;
	margin:auto;
	top:150px;
	width:372px;
	height:431px;

}

#textBox {
	position:relative;
	margin:auto;
	width:372px;
	height:397px;
	background-image:url('../images/ginger_bg_inner.jpg');
	background-repeat:no-repeat;
	background-position:left top;

}

#text {
	position:relative;
	top:100px;
	margin:auto;
	width:372px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;


}

#menu {
	position:relative;
	margin:auto;
	width:372px;
	height:397px;
	background-image:url('../images/ginger_bg.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}

#menu ul { 
	list-style:none;
	margin: 0; 
	padding: 0; 
} 

#menu ul li { 
	margin: 0; 
	padding: 0; 
} 

#menu ul li a { 
	display:block;
	margin: 0; 
	padding: 0; 
} 

#menu ul li#brain a { 
	width: 127px; 
	height: 132px; 
	background-image: url(../images/btn_brain.jpg); 
	background-repeat: no-repeat; 
	background-position:700px 700px;
} 

#menu ul li#brain a:hover { 
	width: 135px; 
	height: 132px; 
	background-image: url(../images/btn_brain.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 

#menu ul li#heart a { 
	width: 147px; 
	height: 133px; 
	background-image: url(../images/btn_heart.jpg); 
	background-repeat: no-repeat; 
	background-position:700px 700px;
} 

#menu ul li#heart a:hover { 
	width: 288px; 
	height: 133px; 
	background-image: url(../images/btn_heart.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 

#menu ul li#legs a { 
	width: 119px; 
	height: 132px; 
	background-image: url(../images/btn_legs.jpg); 
	background-repeat: no-repeat; 
	background-position:700px 700px;
} 

#menu ul li#legs a:hover { 
	width: 156px; 
	height: 132px; 
	background-image: url(../images/btn_legs.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 


#credits {
	position:relative;
	margin:auto;
	width:372px;
	height:34px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #C0C0C0;
}



#deify {
	position:relative;
	margin:auto;
	padding:0 10 0 10;
	width:372px;
	height:34px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:gray;
}

#deify a {
	color:gray;
	text-decoration:none;
}

#deify a:hover {
	color:green;
	text-decoration:none;
}

a:focus {
	outline:none;
}

#back {
	position:absolute;
	top:0px;
	left:0px;
	width:198px;
	height:135px;
	background-image:url('../images/back_bg.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

#back ul { 
	list-style:none;
	margin: 0; 
	padding: 0; 
} 

#back ul li { 
	margin: 0; 
	padding: 0; 
} 

#back ul li a { 
	display:block;
	margin: 0; 
	padding: 0; 
} 

#back ul li#goback a { 
	width:198px;
	height:135px;
	background-image: url(../images/back_bg_hover.jpg); 
	background-repeat: no-repeat; 
	background-position:700px 700px;
} 

#back ul li#goback a:hover { 
	width:198px;
	height:135px;
	background-image: url(../images/back_bg_hover.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 
