@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,p,div,iframe,form,table,td,th,ul,li,img{
	padding: 0;
	margin: 0;	
	border:none;
}
	
	
	
body{
background-color:#000;	
color:#FFF;
font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	
}

a{
	color:#FFF;
}
	
#main{
	
	margin: 0px auto 0px auto;
	margin-top:30px;
	text-align:center;
	background-image:url(art_backv3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:1000px;
	height:700px;
}

#main_links{margin: 0px auto 0px auto;
	width:524px;
	
	
}

#main_space{
/*height:540px;*/	
height:400px;	
}

.enter_box, .blog_box{
	text-align:center;
	width:524px;
	height:300px;
	/*height:189px;*/
	/*background-image: url(enter.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	float:left;
	
}
/*.blog_box{background-image: url(blog.png);}*/

#footer{
	padding-left:20px;
	padding-top:80px;
clear:both;	
}