body
{
	padding:0;
	margin:0;
	background:#e7e7e7;
	overflow:hidden;
	font-family:verdana, arial;
}

a
{
	outline:none;
}

.main_logo
{
	margin:20% auto 0 auto;
	width:500px;
	height:351px;
	background:#e7e7e7 url('../images/logo2.png') center center no-repeat;
}

.sig
{
	position:absolute;
	bottom:-80px;
	right:-75px;
}

.sub_list
{
	font-size:15pt;
	margin:25px auto;
	width:500px;
	text-align:center;
	font-family: 'Podkova', sans-serif;
	display:none;
}

.sub_list a
{
	color:#333333;
	font-size:13pt;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

.sub_list a:hover
{
	text-decoration:underline;
}
