﻿* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body{
 background:#1a1c2c url(../images/bg.jpg) repeat-x;
 
}

#distance { 
	width:width:100%;
	height:50%;
	margin-bottom:-270px;
	display:none;
}


#container{
	clear:both;
	position:relative;
	margin:0 auto;
	height:540px;
	width:980px;
}

#container #header {
	height:61px;
	width:939px;
	padding-left:20px;
	padding-top:20px;
}



#container #footer {
	height:20px;
	width:980px;
	padding-top:20px;
	font-size:9px;
	font-family:Arial;
	color:#666666;
	text-align:right;
}


#container #flashcontent {
	height:480px;
	width:980px;
}



a {
	color:#ffffff;
	/*text-decoration:none;*/
}


a:hover {
	color:#ffffff;
	text-decoration:underline !important;
}


a:link {
	color:#ffffff;
	text-decoration:none;
}


a:visited {
	color:#ffffff;
	text-decoration:none;
}

