body{text-align:center;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#666;}

#container {
	position:relative;
	margin:100px auto 0;
	width:800px;
	height:500px;
    text-align:left;
	border:8px grey double;
}

#lang{
	margin:0 auto;
	height:25px;
	width:256px;
}

#lang a{
	display:inline-block;
	width:128px;
	height:25px;
	background:url('img/uk.png') 0 0 no-repeat;
	text-indent:-9999em;
}

#lang a.spain{
	background:url('img/spain.png') 0 0 no-repeat;
}

#bonjour{
	width:159px;
	height:218px;
	position:absolute;
	background:url('img/mrmonopoly.png') 0 0 no-repeat;
	top:-100px;
	left:-80px;
}

form{
	overflow:hidden;
	width:655px;
	margin:40px auto 0;
}
input[type=text]{
	float:left;
	padding:0 10px;
	margin:0 30px 0 0;
	border:4px dashed #69C;
	width:480px;
	height:72px;
	line-height:72px;
	font-size:40px;
}
input[type=image]{
	float:left;
}

#sign {
	clear:both;
	position:relative;
	width: 800px;
	text-align:center;
	margin:0 auto;
}

#sign strong{
	display:block;
	margin:20px 0 0 0;
}

#sign h1{
	font-size:30px;
}

#sign input{
	background-color: #FF9;
	border: 1px solid #666;
}

#texto {
	padding:0 50px;
	width:700px;
	text-align:center;
}

#texto p{
	font-size:20px;
}

#copyright {
	display:block;
	width:800px;
	position:absolute;
	bottom:0px;
	margin:0;
	font-size:14px;
	text-align:center;
}

#copyright a,#copyright a:hover,#copyright a:visited{
	text-decoration:none;
	color:#333;
}

#ads {
	margin-top:60px;
}