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

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.png) repeat-x #e5e5e5;
}

/* Markup */

h1{
	margin: 0px;
	padding: 0px;
	
	font-size: 10pt;
	font-weight: normal;
	text-align: center;	
	
	background: #f0f0f0;
	
	width: 374px;
	padding: 8px;
	margin-top: 50px;
}

a{
	color: #000;
	text-decoration: none;
	font-size: 10pt;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0px;	
}

#wrap{
	width: 850px;
	margin: 0px auto;
}

#content_box{
	margin-top: 200px;
	width: 100%;
	height: 300px;
	border: 0px none #5f5f5f;
	background: white;
}

#image_center{
	width: 638px;
	margin: 20px auto;
}

#image_center .image_box_1{
	float:left;
	position: relative;
}

.title{
	position: absolute;
	top: 20%;
	left: 10px;
	background: url(../images/title_bg.png);
	padding: 10px;
	color: white;
	display:none;
}

#image_center .image_box_2{
	float:left;
	position: relative;	
}

#footer{
	clear: both;
	width: 100%;
}

#footer a{
	float:right;
	margin-top: 30px;
}
