html,body {
	background-color: #000;
	height:100%;
	padding:0px;
	margin:0px;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

td {
	font:14px "Times New Roman", Times, serif;
}

#general {
	width:100%;
	height:100%;
}

#logo {
	background: #000 url(../image/background-kosachev.jpg) center center no-repeat;
	width:849px;
	height:378px;
}

#text, #text a {
	color:#4a4a4a;
}

#textname {
	font: 22px "Times New Roman", Times, serif;
}

td#padding {
	padding:30px;
}