@CHARSET "UTF-8";
@import "texts.css";

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFF;
}
#header {
	width: 990px;
	height:200px;
	background-color:#CCCCCC;
}

#content {
	width: 990px;
	margin:auto;
}

#lang{
	float:left;
	width:630px;
	text-align:right;
	margin-top:10px;
	margin-bottom:140px;
}

#content-body {
	float:left;
	width:630px;
	margin-left:20px;
	margin-top:0px;
}

.null {
	clear: both;
}

#logo {
	float:left;
	width:252px;
}
#footer {
	margin-top:50px;
	margin-bottom:20px;
	text-align: right;
}

