@charset "utf-8";
/* CSS COMPLEAT NUTRITION
date created: 11 November 2008
created by:  Visual Signs Print Design */

body {
background-color: #739600;
}

#container {
width: 782px;
height: 600px;
background-color:#739600;
position: absolute;
top: 50%;
left: 50%; 
margin-left:-391px;
margin-top:-290px;
z-index:-1;
}

#container_inside {
width: 782px;
height: 582px;
background-color:#FFF;
position: absolute;
top: 50%;
left: 50%; 
margin-left:-391px;
margin-top:-290px;
border:#FFFFFF;
border-width:9px;
border-style:solid;
z-index:1;
}

#header {
height:155px;
width:782px;
background-color:#fff;
}

#nav {
height:30px;
width: 782px;
background-color:#739600;
}

#main {
height:397px;
width:782px;
background-color:#FFFFFF;
background-image:url(../images/main-bg.png);
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#739600;
font-size:11px;
}

#createdby {
	width: 800px;
	height: 20px;
	background-color:#739600;
	position: absolute;
	top: 100%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color: #bed600;
}

a.design:link {
text-decoration:none;
color:#bed600;
}

a.design:visited {
text-decoration:none;
color:#bed600;
}

a:link {
text-decoration:none;
color:#739600;
}

a:visited {
text-decoration:none;
color:#739600;
}

a.over:hover {
text-decoration:none;
color:#bed600;
 }

