body {
	margin:0px; 
	padding:0px;
	background-color: #999999;
	height:100%;
	font-size: 70%;
}

#main {
	position: absolute;
	top:10px;
	left:50%;
	border: 0px solid red;
	height:100%;
}

html {
	height:100%;
	padding:0;
	margin:0;
}

#layout {
	position: absolute;
	top:0px;
	left:-452px;
	width: 904px;
	height:640px;
	border: 0px solid green;

	background-image: url(../images/bg.gif);
	background-repeat:repeat-y;
	line-height:14px;
}

#header {
	position: absolute;
	top:0px;
	left: 0px;
	width: 904px;
	height: 245px;
	margin:0px;
	border: 0px solid blue;
}

#contentcont {
	position: absolute;
	top:245px;
	left:0px;
	width: 904px;
	heigth:100%;
	border: 0px solid red;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-y;
}


#contentleft {
	float:left;

	/*position: absolute;
	left:10px;*/
	width: 215px;
	border:0px solid white;
}
/*
#bigcont {
	position: absolute;
	left:228px;
	width:544px;
	border:0px solid red;
}
*/

#content {
	margin-left:20px;
	padding-left:5px;
	padding-right:15px;
	float:left;
	width:520px;        
	border:0px solid red;
}

#conttop {
	margin-left:13px;
	padding:0px;
	float:left;
	width: 545px;
	height:21px;
	border:0px solid red;
}

#specials {
	float:left;
	position:relative;
	padding-right:0px;
	top:230px;
	left:773px;
	width:180px;
	border: 0px solid red;
}
#footer {
	margin:35px 0px 5px 0px;
	/*padding:15px 5px 5px 48px;*/
	padding-bottom:5px;
	float:left;
	width: 740px;
	text-align:right;
	/*background-image: url(../images/bg.gif);
	background-repeat:repeat-y;
	*/
	color:#2a95f3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid red;
}
