html , body{
    text-align: center;
    font-size: 90%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url('../Images/general_bg.jpg') repeat-x #86b1d1;
    font-family: Arial, Verdana, Tahoma;
}
#container {
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	width: 750px;
	height: 100%;
	padding: 0px;
}
#top_bg {
	background: url('../Images/top_bg_750.jpg') no-repeat;
	width: 750px;
	height: 24px;
}
#header 
{
    padding: 4px 14px 4px 8px;
	background: url('../Images/content_bg_750.jpg') repeat-y;
	width: 100%;
	text-align: left;
	display: block;
	min-height: 70px;
}
#header_logo {
	float: left;
	width: 35%;
	margin-left: 15px;
}
#header_menu {
	float:right;
	margin: 0 22px 0 0;
	width: 60%;
}
img.imgLanguage 
{
    border: 1px solid #595959 !important;    
}
#content {
	margin: 0;
	padding: 4px 14px 4px 14px;
	background: url('../Images/content_bg_750.jpg') repeat-y;
	width: 750px;
	text-align: left;
}
#footer {
	margin: 0;
	padding: 4px 14px 4px 14px;
	background: url('../Images/content_bg_750.jpg') repeat-y;
	width: 750px;
}
#bottom_bg {
	background: url('../Images/bottom_bg_750.jpg') no-repeat;
	width: 750px;
	height: 24px;
}
.welcome_message 
{
    font-size: 110%;
    font-weight: bold;
}
a, a:link, a:visited, a:active
{
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;    
}