@charset "utf-8";
/* CSS Document */

body,div,ul,li,h1,h2,h4,p,object,tr,td,p{
	margin:0px;
	padding:0px;
	text-align:center;
}

#lang {
	font-size:18px;
	font-weight:300;
	display:block;
	width:1000px;
	height:30px;
	margin:0px 0px 0px 0px;
	background-color:#F90;
	text-align:right;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	list-style:none;
	float:right;
	color:red;
	margin:0px 0px 0px 10px;
	font-size:18px;
	font-weight:200;
}

a {
	color:black;
	style:none;
	text-decoration:none;
}

a:hover{
	color:red;
}

#nav {
	background-image:url(bg.jpg);
	width:1000px;
	height:auto;
}

#footer {
	background:#333;
	color:#FFF;
	font-size:12px;
}

#footer p a{
	background:#333;
	color:#FFF;
	font-size:12px;
}

#footer p a:hover{
	color:red;
}