@charset "utf-8";
body {

}
#container {
	width: 550px;
	height: 400px; 
	margin: 0 auto;
	border: 0px;
	text-align: left; 
}
#header {
	height:89px;
	padding: 0 10px 0 20px;  
	background-image: url(../images/sup.png);
}
#mainContent {
	height:280px;
	padding: 0 20px;
	background-image: url(../images/mid.png);
}
#footer {
	height:31px;
	padding: 0 10px;
	background-image: url(../images/foot.png);
}
#reflex {
	margin-top:20px;
	height:170px;
	width:700px;
	background-image: url(../images/reflex.png);
}
