body { 	
  margin: 0 0 0 0;
 	padding: 0 0 0 0;
        height: 900px;
	text-align: center;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 900px;
}
a {
	text-decoration: none;
  text-transform:uppercase;
  font-size:18px;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear: both;
        float: none;
}
#leftcolumn { 
 background: #740001 url(images/shadow.jpg) top right repeat-y;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 width: 50%;
 height: 100%;
 float: left;
}
.logo {
 display: block;
 width:318px;
 height: 104px;
 background:url(images/red-shadow.jpg) no-repeat;
 float: right;
 margin: 50px 20px 0px 0px;
}
.logo a img{
 border: none;
 margin: 10px  0 0 0;
}
#rightcolumn { 
 float: right;
 background: #FFFFFF;
 margin: 0;
 padding: 0 0 0 0;
 width:50%;
 height: 100%;
 display: inline;
}
#content {
 margin: 55px 0 0 0;
}
.intro {
 height: 155px;
 float: left;
 width: 362px;
 margin: 0px 0px 0px 0px;
 padding-left: 30px;
 color: #740001;
 text-align: left;
}

.enter a {
	float: left;
	background: url(images/enter.jpg) 0% 50% no-repeat;
	height: 89px;
	width: 31px;
	display: block;
}

