@CHARSET "UTF-8";

html, body{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

a{
	outline: none; /* Убираем границу вокруг ссылок */
	color: #00C4C4;
}
a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
h1{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

table{
	color: #fff;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.4;	
}

.header{
	vertical-align: bottom;	
}
.body{
	vertical-align: top;
}
.new{
	margin-left: -28px;
	float: right;
}

.footer{
	height: 100px;
}
.footer td{
	margin: 0 auto;
	text-align: center;
}
