body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	background: black;
}

#vcenter {
	position: relative;
	top: 15%;
	margin: 0px;
	padding: 0px;
}

#outer {
	width: 800px;
	height: 400px;
	margin: auto;
	background: black;
	background-position: bottom center;
	border-top: solid white 1px;
	border-bottom: solid white 1px;

}

#content {
	width: 530px;
	height: 285px;
	margin-left: 10px;
}

table {
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

.ramka {
	width: 176px;
	height: 133px;
	margin: 0;
	background: url("images/ramka.gif");
	text-align: center;
}
.ramka img {
	width: 82px;
	height: 82px;
	margin: auto;
	margin-top: 27px;
}
.ramka a {
	font-size: 14px;
	color: white;
	text-decoration: none;
}

.ramka a:hover {
	color: red;
	text-decoration: none;
}

.ramka a img{
	border: 1px white solid;
}

.ramka a:hover img{
	border: 1px red solid;
}

.zero {
	display:none
}

#menu {
	width: 780px;
	height: 50px;
	margin: auto;
}

#menu ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type:none;
}
#menu a {
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: white;
	font-weight: normal;
	text-decoration: none;
	float: left;
	padding: 0 10px 0 10px;
	margin: 4px 0 0 0;
	border-right: 1px solid red;
}
#menu a.first {
	padding: 0 10px 0 0px;
}

#menu a.last {
	border-right: 0px;
}

#menu a:hover {
	color: red;
}

#menu li {
	display: inline;
}

#guerrilla {
	background: transparent;
	margin: auto;
	width: 780px;
	text-align: center;
}

#guerrilla a {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 9px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#guerrilla a:hover {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 9px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

