/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Century Gothic", Arial;
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

p, tabel {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	clip: inherit;
}

body  {
	background-color: #000000;
	overflow: hidden;
}

h1 {
	font-size: 16px;
}

a:link, a:visited {
	color: #333399;
	text-decoration: none;
}

a:hover, a:active {
	color: #339999;
	text-decoration: none;
}

#main {
	height: auto;
	overflow: inherit;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-position: bottom;
	background-repeat: no-repeat;
	border-color: #242839;
	border-style: solid;
	border-width: thin;
}

#menu1 {
	position:absolute;
	top: 520px;
	width: 800px;
	clip: inherit;
	text-align:center;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 15px;
}

#menu1 a:link, #menu1 a:visited {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}

#menu1 a:hover, #menu1 a:active {
	color: #C4273D;
	font-weight: bold;
	text-decoration: none;
}

