@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
 color:#FFFFFF;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#container {
	width:1015px;
	height:548px;
	margin:0 auto;
}

#index-01 {
	width:1015px;
	height:100px;
	float:left;
	margin:20px 0px 0px 0px;
}

#index-02 {
	width:1015px;
	height:50px;
	float:left;
	background-image:url(../images/index_02.jpg);
}

#wrapper {
	width:1015px;
	height:418px;
	float:left;
}

#index-03 {
	float:left;
	width:200px;
	height:388px;
}

#index-04v {
	float:left;
	width:800px;
	height:388px;
	padding:5px;
	margin-bottom:15px;
	margin-right:5px;
	z-index:10;
	overflow:auto;
}                  

#index-04a {
	float:left;
	width:815px;
	height:418px;
	
	background-image:url(../images/index_04.jpg);
}                  

<style type="text/css">

A:link { text-decoration: none; color:#FFFFFF; }
A:visited { text-decoration: none; color:#FFFFFF; }
A:hover { text-decoration: line-over, underline; color:#FF0000; }

</style>                                        
