html {
  overflow: scroll;
}

body{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS",sans-serif;
	font-size:small;
	line-height:1.5em;
	text-align:center;
	color: #fff;
	background: #000;
}

#centered {
	position:relative;
	margin:0 auto;
	padding:0;
	text-align:left;
  	width:638px;
  	background: #000;
}

a:link, a:visited {
	color:#aaa;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
a img {
	border:0;
}

#menu:link, #menu:visited {
	color:#000;
	text-decoration:none;
}
#menu:hover {
	color:#fff;
	text-decoration:none;
}
#menu img {
	border:0;
}

#menubar {
	margin:0;
	padding:1;
	background:#FF5050;
	height:20px;
}

#top {
	margin:0;
	background:#000;
	height:80px;
	text-align:center;
}

#toptext {
	margin:5;
	background:#000;
	height:60px;
	text-align:center;
}

h1 {
	padding:0;
	margin:0;
}


#main-title {
	margin:0;
	background:#E10000;
	height:40px;
	padding:6;

}

#main-menu {
	float:left;
	margin:0;
	padding:5;
	width:200px;
	background:#303030;
}

#main-data {
	margin:5;
	padding:5;
	background:#000;
}
