body
	{
		margin: 0px;
		padding: 0px;
		background-color: #000000;
	}


#websiteOuterLmits
	{
		position: relative;
		top: 0px;
		left: 50%;
		width: 950px;
		height: auto;
		margin-left: -475px;
		text-align: center;
	}

#logoBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 800px;
		margin-top: 0px;
		margin-left: 75px;
		height: 480px;
	}

#enterBox
    {
		margin: 5px 0px 25px 0px;
		font-family: Arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #F0F4F1;
    }

#enterBox a
	{
		color: #F0F4F1;
		text-decoration: none;
		border-bottom: 1px solid #99CC00;
	}

#enterBox a:hover
	{
		border-bottom: 1px solid #FFFFFF;
	}

#enterButton
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 290px;
		height: 55px;
		margin: 0px 0px 30px 330px;
	}

#enterButton a
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 290px;
		height: 55px;
		background: url('../gfx/btn_enter.gif') 0 0 no-repeat;
		display: block;			
	}

#enterButton a:hover
	{
		background-position: 0px -55px;
	}

#counterBox
	{
		position: relative;
		top: 0px;
	}

#bannerBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 950px;
		height: 80px;
		margin: 50px 0px;
	}

.banner
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 225px;
		height: 80px;
		float: left;
		border: 1px solid #0D370D;
	}

.divider
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 10px;
		height: 80px;
		float: left;		
	}