body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0; padding: 0}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal}

body {
	margin: 0;
	background-position: top center;
	/*background-image: url(../images/background_home.png);*/
	background-image: linear-gradient(#001D49, #000);
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
}

@font-face {
    font-family: 'Notera';
    src: url('Notera.eot');
    src: url('Notera.eot?#iefix') format('embedded-opentype'),
         url('Notera.woff2') format('woff2'),
         url('Notera.woff') format('woff'),
         url('Notera.ttf') format('truetype'),
         url('Notera.svg#Notera') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Clean';
    src: url('CLEANVEL.eot');
    src: url('CLEANVEL.eot?#iefix') format('embedded-opentype'),
         url('CLEANVEL.woff2') format('woff2'),
         url('CLEANVEL.woff') format('woff'),
         url('CLEANVEL.ttf') format('truetype'),
         url('CLEANVEL.svg#CLEANVEL') format('svg');
    font-weight: normal;
    font-style: normal;	
}

a.url, a.url:visited; {
	color: #fff;
	text-decoration: underline;
}

#frame {
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
}

#container {
	padding: 0px 20px 20px 20px;
	min-height: 100%;
	overflow: hidden;
}

#top {
	/*height: 300px;*/
}

#top img {
	border: 2px solid #000;
}

#header {
	font-family: Notera;
	font-size: 100px;
	color: #FFF;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

#info {
	margin: 0 auto;
	width: 600px;
	font-family: Clean;
	text-align: left;
	margin-bottom: 50px;
}

#announce {
	font-size: 22px;
	margin-bottom: 20px;
}

li {
	margin-left: 20px;
	margin-top: 5px;
}

#bottom {
	text-align: center;
	margin-top: 0px;
}

#bottom img {
	margin-top: 10px;
	margin-bottom: 40px;
}

#bottom a, #bottom a:visited {
	font-family: Clean;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
#bottom a:hover, #bottom a:active {
	color: #a3c6d9;
}
