@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #07080a;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
#page {
	margin: auto;
	width: 980px;
	height: 400px;
	background-color: #00;
}
.left {
	float: left;
}
.right {
	float: right;
}
.header {
}
a:link,
a:visited
{
	color:#2D4A7B;
	text-decoration: none;
}
a:hover,
a:active
{
	color: #fff;
	text-decoration: none;
}
.stil1 {font-size: 16px}