﻿html
{
	height:100%;
	overflow:auto;
}

a
{
	text-decoration:underline;
	color:white;
}
img
{
	border:0;
}
a:visited
{
	color:white;
}
a:active
{
	color:white;
}

body 
{
	/*background-color:White;*/
	margin:0;
	padding:0;
	height:100%;
}

#div_site
{
	width:1044px;	
	height:100%;
	margin-left:auto;
	margin-right:auto;		
}

#div_top
{
	width:100%;	
	height:135px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#div_topmenu
{
	width:100%;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#div_page
{
	width:100%;	
	padding:8px 0px 10px 4px;	
}

#div_bottomfooter
{
	margin-left:-8px;
	padding:0px;
}

#div_footer
{
	border-top:solid 1px #DDDDDD;
	
	font-size:9px;
	text-align:right;
	margin-right:5px;	
}

.clear 
{
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
