/* CSS Document */

body {
	padding: 0px;
	background-color:#EEEEEE;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0 0 0 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
line-height:15px;	
	font-size:14px;
	color:#3C3C3E;
}

h2 {
	font-size:13px;
	color:#3C3C3E;
}

h3 {
	font-size:13px;
	color:#3C3C3E;
	}
	
h4 {
	font-size:11px;
	color:#3C3C3E;
	}	

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3C3C3E;
	line-height:25px;
}

a {
	font-size:12px;
	font-weight:bold;
	color: #3C3C3E;
	text-decoration:none;
	

}
a:hover {
	color:#666666;
	text-decoration: none;
}



#container{
	width:950px;
	height:671px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(bgr.jpg);
	/*padding-left:385px;*/
}

.language{
	width:190px;
	text-align:left;
	padding-top:470px;
	/*margin-left:385px;*/
	margin: auto auto;
}