body
{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	background: #000000 url("../img/burzaone_bg.jpg") 0px 0px no-repeat ;
	font-size: 14px;
	min-width: 640px;
	min-height: 480px;
}

#header
{
	margin: 0;
	padding: 0;
	width: 400px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 50px;
	text-align: center;
}

#header h1
{
	margin: 0;
	padding: 0;
	display: block;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

#header span
{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#job
{
	color: #111111;
	margin: 0;
	padding: 5px 0;
	position: absolute;
	left: 0px;
	top: 100px;
	width: 400px;
	height: 40px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/*#job:hover
{
	color: #FFFFFF;
	background: #000000;
}*/

#job h2
{
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 21px;
}

#info
{
	margin: 0;
	padding: 10px 0px 10px 30px;
	width: 370px;
	height: 80px;
	position: absolute;
	left: 0px;
	top: 150px;
	text-align: left;
}

#info:hover
{
	background-color: #000000;
}

#info a
{
	text-decoration: none;
	color: #FFFFFF;
	font-style: italic;
}

#info a:hover
{
	color: #ab73ff;
}

#links
{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 400px;
	left: 0px;
	top: 250px;
	list-style-type: none;
}

#links li
{
	margin: 0;
	padding: 0;
	float: left;
}

#links li a
{
	color: #111111;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	width: 133px;
	text-indent: 0em;
	z-index: 2;
}

#links li a:hover
{
	color: #FFFFFF;
	background-color: #000000;
}

#links li a span
{
	position: absolute;
	display: block;
	padding: 3px;
	margin: 0;
	top: 0px;
	font-size: 11px;
	text-indent: -3000em;
	text-align: left;
	font-weight: normal;
}

#links li a:hover span
{
	text-indent: 0em;
	color: #FFFFFF;
	background-color: #000000;
	top: 18px;
	left: 0px;
	width: 393px;
}

/*#links li a span span
{
	display: block;
	width: 133px;
	height: 18px;
	position: absolute;
	top: -18px;
	background-color: transparent;
}*/

#devs
{
	margin: 0;
	padding: 0;
	width: 350px;
	position: absolute;
	bottom: 30px;
	right: 20px;
}

#devs span
{
	margin: 0;
	padding: 0;
	display: block;
	width: 330px;
	padding-right: 20px;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

#devs a
{
	margin: 0;
	padding: 0;
	display: block;
	width: 350px;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	font-size: 16px;
}

#devs a:hover
{
	text-decoration: underline;
}

#devs a span
{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#devs span a
{
	font-size: 10px;
	font-style: normal;
}

#validators
{
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 5px;
	right: 5px;
}

#validators img
{
	border: 0px;
}

#copyright
{
	position: absolute;
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
	left: 0px;
	bottom: 0px;
	font-size: 10px;
}