body {
	text-align:center;
	background: #f0ffc9 url(bg.gif) repeat-x 0px 0px;
}

#container {
	width:750px;
	text-align:left;
	margin: auto;
	background: #FFFFFF url(bg-container.jpg) repeat-y 0px 0px;
}
#head{
	width:750px;
	hight:70px;
	float:left;
	padding: 0px;
	margin: px;
}


#side {
	width:210px;
	float:left;
	margin: 10px;
	background: ;
}

#main {
	width:480px;
	float:left;
	margin: 10px;
	background: ;
	font-size: medium;
}

#foot {
	width:750px;
	clear:left;
	background: #B5E1B4;
}
* {
	font-size: 95%;
	line-height: 2;
}

