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

* {
	margin: 0;
	padding: 0;
}

body {background-color: #000000;}

h1 {margin: 10px;}
	
a {text-decoration: none;}
a:link {border-bottom: 1px dotted;}
a:visited {border-bottom: 1px dotted;}
a:hover {border-bottom: 1px solid;}
a:active {border-bottom: 1px dotted;}

.content {
	position: relative;
	background-color: #CCCCCC;
	border: 3px solid #E8E8E8;
	width: 550px;
	height: auto;
	margin: auto;
	padding: 5px;
	margin-top: 20px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.contentHeading {
	font: 40px 'AurulentSansBold', Arial, sans-serif;
	letter-spacing: 0;
}

.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer {
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#list {margin: 20px;}

#overDiv {
	position: absolute; 
	visibility: hidden; 
	z-index: 1000;
	border: 1px solid #000000;
}

