@charset "UTF-8";
/* CSS Document */

body{
text-align:center;
background-color:#000;
margin:0px;
padding:0px;
}

img {
border:none;	
}

#wrapper{
text-align:left;
width:628px;
margin: 150px auto;
height:454px;
	
}

#splash{
background-image:url(images/splash.png);
width:628px;
height:454px;
}

#radio{
	margin-top:285px;
	float:right;
	width:299px;
	height:23px;
}

.radio_off{
		background-image:url(images/radio_off.png);
}

.radio_on{
		background-image:url(images/radio_on.png);
}

#enter{
		float:right;
		clear:right;
		margin-top:23px;
		width:160px;
		height:30px;
}

.enter_off{
		background-image:url(images/enter_on.png);
}

.enter_on{
		background-image:url(images/enter_off.png);
}