body{
	font-size: 12px;
	font-family: Arial;
	margin: 0;
	padding: 0;
	background-color: black;
}

img{
	border: none;
}

#container{
	width: 990px;
    position: fixed;
    left: 0;
    top: 0;
}

.home_header{
	width: 100%;
	height: 75px;
	background: url("../img/home_header.gif") no-repeat;
}

.home_footer{
	width: 100%;
	height: 145px;
	background: url("../img/home_footer.gif") no-repeat;
}

.home_body_left{
	width: 15px;
	height: 450px;
	float: left;
	background: url("../img/home_left.gif") repeat-y;
}

.home_body_center{
	height: 450px;
	margin: 0 15px;
	background-color: white;
}

.home_body_right{
	width: 15px;
	height: 450px;
	float: right;
	background: url("../img/home_right.gif") repeat-y;
}

.home_illustration{
	width: 100px;
	height: 400px;
	margin-right: 5px;
	margin-top: 40px;
	float: left;
	cursor: pointer;
}

.footer{
	color: white;
	margin-top: 10px;
	text-align: center;
}

.footer a{
	color: white;
	text-decoration: none;
}

.footer a:hover{
	color: white;
	text-decoration: underline;
}

.illustration_popup_left{
	float: left;
	width: 400px;
	height: 400px;
	margin-top: 50px;
	margin-left: 60px;
}

.illustration_popup_right{
	float: right;
	width: 400px;
	height: 400px;
	margin-top: 50px;
	margin-right: 60px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.illustration_title{
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	text-align: left;
}

.illustration_close{
	position: absolute;
	top: 5px;
	left: 365px;
	cursor: pointer;
}

.illustration_player{
	margin: 15px auto;
}

.illustration_tel{
	width: 370px;
	height: 65px;
	margin: 0 auto;
	background: url("../img/tel.png") no-repeat;
}

.illustration_price{
	font-size: 10px;
	margin-top: -5px;
	margin-right: 30px;
	font-weight: normal;
	text-align: right;
}

.illustration_reference{
	font-size: 16px;
}

.illustration_text1{
	margin: 10px 0;
}

.illustration_text2{
	font-size: 12px;
	margin: 0 15px;
}
