﻿html, body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center;
	background-color:#D3D2BF;
	margin:0px;
	padding:0px;
	background-image: url(/media/splashBG.gif); 
	background-repeat:repeat-x;
	
}

.main
{
	background-color:#434335;
	}


.homeMenu

{
	list-style:square;
	padding: 10px;
	padding-left: 30px;
	margin-left:30px;
	margin-top: 10px;
	text-align:left;
	font-weight:normal;
	color:White;
	line-height:17px;
}

.langMenu

{
	list-style:none;
	padding: 10px;
	padding-left: 30px;
	margin-left:30px;
	margin-top: 10px;
	text-align:left;
	font-weight:normal;
	color:White;
	line-height:17px;
}

.webcontent
{
	width:600px;
	}

DIV.outer
  {
  position: absolute;
  left: 50%;
  width: 700px;
  margin-left: -500px; /* half of width */
  }

  

  

DIV.inner
  {
  position:absolute;
  left: 50%;
  width: 700px;
  margin-left: -500px;  /* half of width */
  }



#container
{
position:relative;
top:auto;
width:820px;
height:570px;
margin-left: auto; 
margin-right: auto; 
text-align: center; 
}



a

{
	color:White;	
	text-decoration:none;
}



a:hover

{
	color:#A9C1E2;
	text-decoration:none;
}




