*{
	margin:0;
	padding:0;
}

body{
	color:#eee;
	font:15px Calibri,Arial,sans-serif;
	
	/*
	background:-o-linear-gradient(bottom, #00003d 5%, #003f7f 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00003d), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #00003d 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00003d", endColorstr="#003f7f");	background: -o-linear-gradient(top,#00003d,003f7f);
	*/
	background-color:#00003d;
	/*border:1px solid #000000;
	border-width:1px 1px 1px 1px;*/
	
}

#footer{
	background-color:#212121;
	position:fixed;
	width:100%;
	height:70px;
	bottom:0;
	left:0;
}


/*
.tri{
	border-color:transparent transparent #212121;
	border-style:solid;
	border-width:20px 17px;
	height:0;
	left:50%;
	margin:-40px 0 0 -400px;
	position:absolute;
	top:0;
	width:0;
}
*/

h1{
	font-size:20px;
	font-weight:normal;
	left:50%;
	margin-left:-400px;
	padding:25px 0;
	position:absolute;
	width:480px;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #97cae6;
	color:#97cae6;
}

a:hover{
	border-bottom:1px dashed transparent;
}

.clear{
	clear:both;
}