body{
	background: #000;
	text-align: center;
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	color:#fff;
}


#wrap { 
  position: relative;
  margin: 0px auto;
  text-align: left;
  zoom: 1;
  overflow:hidden;
  height:100%;
}

#wrap, #footer {
  width: 1000px;
  margin: 0px auto;
  text-align: left; 
  clear: both;
}

/*
Masthead
---------------------------*/
#masthead{
	width:1000px;
	height:299px;
	text-align:center;
	position:relative;
}


/*content
---------------------------*/
* html div#top{margin-top:-5px;}
div#top{height:251px;}
div#top div, div#bottom div{
	display:inline;
	float:left;
	height:251px;
	width:500px;
}

div#top div.left{
	background: url(/images/index/3.jpg) no-repeat;
}
div#top div.right{
	background: url(/images/index/4.jpg) no-repeat;
}
div#bottom div.left{
	background: url(/images/index/5.jpg) no-repeat;
}
div#bottom div.right{
	background: url(/images/index/6.jpg) no-repeat;
}
form{
	margin-top:75px;
	margin-left:123px;
}
form input{
	display:block;
}
form input.code{
	text-align:center;
	height:30px;
	padding-top:10px;
	font-size:1.4em;
	width:170px;
}
form input.submit{
	margin-top:4px;
	margin-left:20px;
}


/*
Footer
---------------------------*/
#footer{
	text-align:center;
	clear:both;
	color:#fff;
	margin-top:-15px;
	margin-bottom:25px;
}
#footer a, #footer a:visited{
	color:white;
}
.error{background-color:#F40008; color:#fff;}
.focus{/*background:#fff url(/images/form/focus.png) no-repeat 4px 2px;*/}
.valid{background:#fff url(../images/form/valid.png) no-repeat center right;}
.invalid{background:#fff url(../images/form/invalid.png) no-repeat center right;}
