@charset "UTF-8";

	* {
		margin:0;
		padding:0;
		}
		
	a {
		color:#F8982A;
		}

	html, body {
		height:100%;
		}

	body {
		color: #ffffff;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		background-image: url("../images/bg_pattern_01.jpg");
		background-repeat: repeat;
		}

	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-284px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:569px;
		width:1000px;
		clear:left;
		}

	#container div {
		font-size:80%;
		float:right;
		}
		
	#music {
		width: 75px;
		height: 10px;
		text-align: right;
		bottom: 0px;
		right: 0px;
		position: absolute;
		}
		
	#logo {
		background-image: url("../images/ar_logo.png");
		background-repeat: no-repeat;
		width: 1000px;
		height: 46px;
		margin: 20px auto 10px auto;
		position: relative;
		}
	

