*{
	margin:0;
	padding:0;
	background:#000000;
}
body
{
	margin-top:2%;
	min-width:800px;
}
a {text-decoration:none}
a:visited { color:white; }
a:link { color:white; }
a:hover { color:red;}

.active-page
{
	background-color:gray;
}

#container {
	margin:0 auto;
	width:800px;
}
#header
{
	background-color:#000000;
	width:100%;
	height:80px;
	border-bottom:1px solid#ffffff;
}
#menu {
	float:left;
	width:530px;
	color:#FFFFFF;
	
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	background-color:#ffffff;
}
#menu li{
	width:100%;
	float:left;
}
#logo
{
	float:right;
}
#main {
	padding-top:10px;
	position:relative;
	overflow: hidden;
	width:100%;
	height:450px;
	text-align:center;
}
#main table
{
	width:100%;
	height:450px;
}
#main-wojs
{
	margin:10px;
	display:none;
}
#main img
{
	border: 2px solid #ffffff;
}

#thumbails { list-style: none; display: block; }
#thumbails li { margin: 0 10px 10px 0; text-align:center;}
#thumbails img
{
	border:2px solid #ffffff;	
}
p 
{
	color:white;
}
