@charset "utf-8";
/* CSS Document */

*
	{padding:0px;
	margin:0px;}
	
	
body
	{
		background-image:url(images/bcg.jpg);
		background-repeat:repeat-x;
		background-color:#fff;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:24px;
	}
	
.container
	{ 	
		width:700px;
		margin:0px auto;
	}
	
	
.logo
	{
		padding:46px 0px 25px 0px;
	}
	

.content
	{
		background-color:#e5e5e5;
		width:620px;
		padding:20px 40px 0px 40px;
	}
	
.footer
	{
		background-image:url(images/bottom.jpg);
		background-repeat:no-repeat;
		height:350px;
		}
		
		
a
	{
		text-decoration:none;
		color: #333;
	}
	
	a:hover
		{ text-decoration:underline;}
	


.lang
	{
		position:relative;
		float:right;
		margin:100px 0px 0px 0px;
	}