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

body{
	margin:0px; 
	padding:0px;
	width: 100%;
	height:100%; 
	overflow:hidden;
	color: #FFF;
	background-color: #000;
}

img {border: none;}

a:link {text-decoration: underline; font-weight: bold; color: #FFF; font-size: 10px;}
a:visited {text-decoration: underline; font-weight: bold; color: #FFF; font-size: 10px;}
a:hover {text-decoration: underline; font-weight: bold; color: #CCC; font-size: 10px;}
a:active {text-decoration: none; font-weight: bold; color: #999; font-size: 10px;}

h1 {font-size:12px}
p {font-size:10px}

.title{text-transform: uppercase; font-size: 12px;}
.main{text-align: justify!important;}
.small{font-size: 10px;}
.line{border-bottom: 1px solid #FFF;}
.enter{font-size: 16px;}
.hidden{position: absolute; margin-left: -9000px;}

#alt{
	width: 400px;
	height: auto;
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
