@charset "utf-8";
/* CSS Document */

html, body {
	background: #f4f4f4;
	font-family: Tahoma, Geneva, sans-serif;
}

#maincontainer {
	margin: 0 auto;
	width:767px;
}

#background {
	background-image:url(../images/mainbg.png);
	width:767px;
	height:496px;
	position:relative;
}

#content {
	width:300px;
	height:100px;
	position:relative;
	top:180px;
	left:260px;
	text-align: center;
}


#footer {
	top:351px;
	left:304px;
	position:relative;
	width:200px;
}
