html, body {
	margin: 0px;
	padding: 0px;
}

table, td, div, p, h1, h2, h3, h4, h5, h5, h6, hr, img, form, input, textarea {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-collapse: collapse;
	font-family: "Verdana";
	color: white;
	font-size: 11px;
}

body {
	background-color: black;

	scrollbar-3dlight-color:    rgb(255,255,255);
	scrollbar-arrow-color:      #34393D;
	scrollbar-base-color:       rgb(255,255,255);
	scrollbar-darkshadow-color: rgb(255,255,255);
	scrollbar-face-color:       rgb(255,255,255);
	scrollbar-highlight-color:  #34393D;
	scrollbar-shadow-color:     #34393D;
}

#master {
	width: 924px;
	position: absolute;
	float: left;
	left: 50%;
	margin-left: -462px;
	border: 0px solid white;
}

#top{
	position: relative;
	float: left;
	width: 100%;
	background-image: url('../../img/border_top.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 109px;
}

#menu {
	position: absolute;
	bottom: 0px;
	float: left;
}

#sigla{
	position: absolute;
	right: 0px;
	float: left;
}

ul.menu
{
	padding: 0px;
	margin: 0px 0px 0px 26px;
	position: relative;
	float : left;
	height: 43px;

	list-style-type: none;
}

ul.menu li
{
	height: 43px;
	position: relative;
	float : left;
	margin: 0px 33px 0px 0px;
}

#left_border, #right_border{
	position: relative;
	float: left;
	width: 7px;
	height: 427px;
	background-color: #ABB105;
}

#center{
	position: relative;
	float: left;
	width: 910px;
	height: 427px;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

#center_stuff{
	position: absolute;
	top: 0px;
	left: -250px;
	width: 250px;
	height: 0px;
}

#center_text_background{
	position: absolute;
	top: 0px;
	width: 250px;
	height: 427px;
	background-color: black;
	filter: alpha(opacity=59);
	-moz-opacity: .59;
	opacity: .59;
}

#center_text{
	position: absolute;
	top: 15px;
	width: 230px;
	height: 367px;
	/*overflow: auto;*/
}

#footer_border{
	position: relative;
	float: left;
	width: 924px;
	height: 7px;
	background-color: #ABB105;
}

.title{
	font-weight: bold;
	font-size: 16px;
}

#flags{
	color: #F6FF08;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	width: 100%;
	text-align: right;
	float: left;
	top: 10px;
}

a:link, a:visited{
	font-family: Verdana;
	color: #F6FF08;
	text-decoration: none;
}

a:hover, a:visited.hover{
	font-family: Verdana;
	color: #F6FF08;
	text-decoration: underline;
}


