/* CSS Document */
body{
	padding:0;
	margin:0;
	color:#A5A5A4;
	background-color: #000;
	}
div, ul, h1, h2, h3, h4, p, img, form{
	padding:0; margin:0;
	}
ul{
	list-style-type:none;
	}
.blank{
	font-size:0px; clear:both; line-height:0px;
	}

/*----------------------------------body part----------------*/
#mainBody{
	width:500px;
	display:block;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-color: #000000;
	}
	
#mainBody h1{
	display:block;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 0px;
	text-decoration: none;
	}
	
#mainBody h1 a{
	display:block;
	width: 500px;
	}

#mainBody h1 a.top{
	display:block;
	height: 375px;
	width: 500px;
	background-image: url(/assets/images/home_image01.gif);
	background-repeat: no-repeat;
	}
	
#mainBody h1 a.top:hover{
	display:block;
	height: 375px;
	width: 500px;
	background-image: url(/assets/images/home_image01.gif);
	background-repeat: no-repeat;
	}
	
#mainBody h1 a.logo{
	display:block;
	height: 70px;
	width: 500px;
	background-image: url(/assets/images/home_design.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	}
	
#mainBody h1 a.logo:hover{
	display:block;
	height: 70px;
	width: 500px;
	background-image: url(/assets/images/home_design.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	}	
	
#mainBody h1 a.email{
	display:block;
	height: 40px;
	width: 500px;
	background-image: url(/assets/images/home_email.gif);
	background-repeat: no-repeat;
	}
	
#mainBody h1 a.email:hover{
	display:block;
	height: 40px;
	width: 500px;
	background-image: url(/assets/images/home_email_ON.gif);
	background-repeat: no-repeat;
	}

#mainBody h1 a.ent{
	background-image: url(/assets/images/home_gallery.gif);
	background-repeat: repeat-x;
	display: block;
	height: 30px;
	width: 500px;
	margin-top: 3px;
	}	
	
#mainBody h1 a.ent:hover{
	background-image: url(/assets/images/home_gallery_ON.gif);
	background-repeat: repeat-x;
	display: block;
	height: 30px;
	width: 500px;
	margin-top: 3px;
	}	
		
#mainBody h1 a.vol{
	background-image: url(/assets/images/home_volume.gif);
	background-repeat: repeat-x;
	display: block;
	height: 90px;
	width: 500px;
	margin-top: 4px;
	}	
	
#mainBody p{
	width:500px;
	color:#A5A5A4;
	display:block;
	margin:0;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	line-height: normal;
	text-align: center;
	}
	
#mainBody p span{
	color:#999999;
	font-size:12px;
	font-weight:bold;
	}	
	
#mainBody p.list a{
	text-decoration:none;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}
	
#mainBody p.list  a:hover{
	text-decoration:underline;
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}

