body {
text-align: center;
background-color: #2C100F;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
margin: 0 auto;
	}

#homecontainer {
margin: 50px auto;
background-image: url('images/home.jpg');
background-repeat: no-repeat;
width: 782px;
height: 591px;
}

#enter {
float: right;
width: 100px;
height: 50px;
color #FFF;
margin: 435px 50px 0 0;
font-size: 14px;
}

#enter a {
color: #FFF;
text-decoration: none;
}

#enter a:hover {
color: #b93938;
text-decoration: none;
}