/* CSS RESET */
html{
	color:#000;
	background:#000;
	}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	}

table{
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset,img{
	border:0;
	}
	
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
	}
	
li{list-style:none;}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	}
	
abbr,acronym {
	border:0;
	font-variant:normal;
	}
	
sup {vertical-align:text-top;}

sub {vertical-align:text-bottom;}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}

/* CSS RESET */

body {
	font:12px;
	font-family: Georgia;
	text-align:center;
	background:#000;
	color:#000;
	}
	
a {
	text-decoration:none;
	color:#000000;
	}
	
a:hover {
	text-decoration: underline;
	color:#999999;
	}
	
#wrap {
	width:1000px;
	margin:40px auto 0px auto;
	background: #FFF;
	padding: 20px;
	height: 687px;
	}
	
.clearfix{clear:both;}

#left {
	background:#FFF;
	width:480px;
	height:687px;
	float:left;
	position: relative;
	text-align: left;
	}

#right {
	background: url(images/front.jpg)#FFF top right no-repeat;
	width:500px;
	height: 687px;
	float:right;
	position: relative;
	}
	
#full {
	background:#FFF;
	width:980px;
	height:687px;
	float:left;
	position: relative;
	text-align: left;
	}

#content {
	width:1000px;
	height: auto;
	}
	
#construction {
	margin: 0 auto;
	padding-top: 230px;
	padding-left: 176px;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	letter-spacing: 3px;
	font-style:italic;
	}

#covers {
	background:url(images/covers.jpg) center no-repeat;
	height:488px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	padding-right:20px;
	text-align:center;
	}
	
#enter {
	margin-left: 178px;
	margin-top: 200px;
	
	}

/* TEXT */

h1 {
	font-size:24px;
	text-transform:uppercase;
	letter-spacing: 3px;
	padding-top: 10px;
	}

h2 {
	font-size:22px;
	text-transform:uppercase;
	letter-spacing: 3px;
	padding-top: 5px;
	}
	
h3 {
	color:#999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	letter-spacing: 3px;
	padding-top: 5px;
	}
	
h4 {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	letter-spacing: 3px;
	padding-top: 5px;
	padding-left:30px;
	}

