/*************** page styles ***************/
html, body { width:100%; height:100%; background-color:#43454b; }

#index { position:relative; width:700px; top:25%; margin:auto; }
#pagecontainer { position:relative; width:700px; top:10%; margin-left:auto; margin-right:auto; }

/*************** header styles ***************/
#header { position:relative; float:left; width:700px; height:211px; margin-bottom:5px; }

#menu { float:left; width:203px; height:211px; text-align:left; background-image:url(../images/seperator01.jpg);
	background-repeat:no-repeat; background-position:center right; }
#menu img { padding:4px 0px 4px 0px; }

#logo { float:left; width:160px; padding: 0px 5px 0px 5px; }

#random_pic { float:left; width:327px; }

/*************** body styles ***************/
#body { position:relative; float:left; width:700px; height:220px; background-color:#585f69; margin-bottom:5px; }
#terms { position:relative; float:left; width:690px; height:auto; background-color:#585f69; margin-bottom:5px;
	padding:5px 5px 5px 5px; }

/*************** footer styles ***************/
#footer { position:relative; float:left; width:700px; height:75px; text-align:right; padding-top:5px;
	background-image:url(../images/hr.jpg); background-repeat:no-repeat;background-position:top center; }