@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../expo_images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position:top center;
	background-attachment:fixed;
	font-size: 62.5%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.6em;
}

p {
	margin:13px 0px 13px 0px;
	padding:0px;
}

#container {
	width:610px;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:80px;
	background-color:#000;
	border-left:15px solid #000;
	border-right:15px solid #000;
}

#expologo {
	width:570px;
	margin:0 auto;
	margin-top:20px;
}

#contentarea {
	font-size:1.2em;
	overflow:hidden;
	width:610px;
}

#contentarea h1 {
	font-size:1.5em;
	margin:35px 0px 20px 0px;
	font-weight:normal;
}

#logo {
	width:174px;
	height:64px;
	float:right;
}
a:link {
	color: #FFD300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFD300;
}
a:hover {
	text-decoration: none;
	color: #FFDB33;
}
a:active {
	text-decoration: underline;
}
