body, html{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size:12px;
	background-image: url(assets/main_bg.gif);
	background-repeat: repeat-x;
}

#maintop{
	margin-left: auto; 
	margin-right: auto;
	background-image: url(assets/maintop.jpg);
	height:728px;
	width:864px;
	background-repeat: no-repeat;
}
#topbody{
	position:relative;
	top:130px;
	left:350px;
	padding-right:40px;
	width:440px;
	height:-100px;
	

}
#handcpu_img{
	position:absolute;
	width:95px;
	left:500px;

}
#mainbody{
	position:relative;
	top:155px;
	width:725px;
	padding-right:15px;
	padding-left:70px;

}
#footer{
	margin-left: auto; 
	margin-right: auto;
	position:relative;
	top:-40px;
	background-position:top;
	background-image: url(assets/mainfooter.jpg);
	height:65px;
	width:864px;
	background-repeat: no-repeat;

}

.foottext{
	position:relative;
	top:40px;
	color:white;
	height:20px;
	font-size: 11px;
}
.foottext a:link{
	color: white;
	font-style: normal;
	text-decoration: underline;
}
.foottext a:visited{
	color: white;
	font-style: normal;
	text-decoration: underline;
}
.navbar{
	width:700px;
	top:126px;
	position:relative;
	color:black;
	left:380px;
}

a:link, a:visited {
	color: #8C2D34;
	font-style: normal;
	text-decoration: underline;
}


.navbar a:link{
	color: white;
	font-style: normal;
	text-decoration: none;

}
.navbar a:visited{
color: white;
	font-style: normal;
	text-decoration: none;

}
.navbar a:hover{
	color: #8C2D34;
}
