html {
 overflow-y: scroll !important;
}

body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #2f2f2f;
    color: #FFFFFF;
}


a
{
	color: #95a9c1;
	text-decoration: none;
	border-bottom: 1px dotted #95a9c1;
}


a.img_link,
a.img_link:hover
{
	border: none;
}


a img
{
	border: none;
	vertical-align: middle;
}

a:hover
{
	border-bottom: 1px solid #95a9c1;
}

a img
{
    border: none;
}

div#content
{
	position: relative;
	z-index: 500;
}

div#bg
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	overflow: hidden;
} 

div#bg img
{
	position: relative;
}

div#site
{
	width: 900px;
	overflow: auto;
	z-index: 100;
	margin: 0 auto;
	
}

div#header
{
	width: 900px;
	height: 160px;
	float: left;
	background-image: url(../graphics/header.png);
}


div#header div#menu
{
	height: 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 16px 0 0 20px;

}

div#header div#menu a
{
	color: white;
	border: none;
	margin-right: 15px;
}

div#footer
{
    width: 860px;
    height: 50px;
    margin: 20px 0 40px 0px;
    padding: 0px 20px 0 20px;
    float: left;
    background-image:url(../graphics/footer.png);
}

div#footer a
{
	color: white;
	border: none;
	margin-right: 25px;
	height: 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
}


div#sattelite
{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    margin: 45px 0 0 20px;
    padding-bottom: 5px;
}




div#sattelite form input#login_button
{
	height: 1.2em;
	height: 20px;
	font-size: 11px;
	margin: 0 10px 0 0 ;
	padding: 0;
}

div#sattelite form input#do_login
{

}


div#sattelite form input#username,
div#sattelite form input#password
{
	height: 1.1em;
	font-size: 12px;

	font-size: 10px;
	width: 70px;
	margin-right: 10px;
}



div#newsExtra
{
	width: 320px;
	float: left;
	height: 540px;
}

div#extra
{
	width: 320px;
	height: 120px !important;
	float: left;
	margin:0;
	padding-top: 60px;
	display: inline;
	background-image:url(../graphics/welkom_background.png);
}




a.user_holder
{
	height: 100px;
	width: 100px;
	float: left;
	margin: 0 0 10px 10px;
	border: none;
	display: inline;
	cursor: pointer;
}

a.user_holder:hover
{
	border: none;
}

a.user_holder div.img_holder
{
	padding: 0px 10px 0 10px;
	width: 80px;
	height: 80px;
	text-align: center;
}

a.user_holder div.img_holder span
{
	line-height: 80px;
	height: 80px;
	font-size: 0px;
}

a.user_holder div.img_holder span img
{
	vertical-align: middle;
	line-height: 80px;
	margin:0;
	padding: 0;
}


a.user_holder div.username_holder
{
	line-height: 20px;
	height: 20px;
	margin:0;
	padding:0;
	text-align: center;
	border: none !important;
}

a.user_holder div.username_holder span
{
	border-bottom: 1px dotted #95a9c1;
}

a.user_holder:hover div.username_holder span
{
	border-bottom: 1px solid #95a9c1;
}

div#user_info_popup
{
    width:160px;
    height:140px;
    border:2px solid #777777;
    background-color: black;
    overflow: hidden;
    padding: 5px;
    color: white;
    position: absolute;
    z-index: 1000;
    top:0;
    left: 0;
    line-height: 18px;
}

div#user_info_popup h2
{
    display: inline;
    color: #d3ba82;
    font-size: 11px;
    font-style: italic; 
    font-weight: normal;
}








div#common_holder
{
	width: 900px;
	float: left;
	clear: both;
	margin: 10px 0 0 0 ;
}

div#common_holder div#common_header
{
	width: 900px;
	float: left;
	height: 20px;
	background-image: url('../graphics/body_header.png');
}

div#common_holder div#common_body
{
	width: 860px;
	float: left;
	padding: 40px 20px 40px 20px;
	background-image: url('../graphics/body_background_repeat.png');
}


div#common_holder div#common_footer
{
	width: 900px;
	float: left;
	height: 20px;
	background-image: url('../graphics/body_footer.png');
}

