body{
	background: url('./img/background.png') #eaeaea repeat-x;
	font-family: Arial;
	color: #555555;
	margin: 0;
}
#container{
	margin: auto;
	background: #FFFFFF;
	height: 500px;
	width: 780px;
	margin-top: 75px;
}
#logo{
	padding-left: 35px;
	padding-top: 5px;
	background: url('./img/fifa.png') no-repeat;
	height: 90px;
	width: 214px; 
}
#left{
	width: 40%;
	float: left;
	margin-top: 35px;
	font-size: 15px;
	color: #000;
	line-height: 30px;
	padding-left: 35px;
}
#right{
	width: 44%;
	float: right;
	font-size: 15px;
	margin-right: 10px;
	line-height: 20px;
}
#originlogo{
	padding: 10px;
	margin-top: 35px;
	background: url('./img/origin.png') no-repeat;
	height: 54px;
	width: 150px; 
	float: right;
}
#footer{
	margin: auto;
	padding: 5px;
	background: #FFFFFF; 
	text-align: center;
	font-size: 10px;
	clear: both;
	position: relative;
	width: 770px;
}
#footer a:link{
	font-weight: normal;
}
a{
	color: #269dcf;
	font-weight: bold;
	text-decoration: none;
}
h1{
	font-size: 18px;
	color: #000;
}
.input {
	border: 1px solid #CCCCCC;
	box-shadow:inset 2px 2px 1px #e1e1e1;
	height: 23px;
	width: 300px;
}
.login{
	background: url('./img/login.png');
	width: 92px;
	height: 35px;
	border: none;
}
.login:hover{
	background: url('./img/login2.png');
	width: 92px;
	height: 35px;
	border: none;
	cursor: pointer; 
}
#check{
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(img/checkbox.png);
	vertical-align:middle; 
}
#logo2{
	margin: auto;
	background: url('./img/logo.png') no-repeat;
	height: 49px;
	width: 125px; 
}
#header{
	background: #f7f7f7;
	height: 55px;
	border: 1px solid #cccccc;
	box-shadow: 0px 2px 2px #CCC;
}
#cont{
	margin: auto;
	margin-top: 3px;
	background: url('./img/cont.jpg') center;
	height: 600px;
	width: 990px;
}
#futlogo{
	background: url('./img/fut.png') center no-repeat;
	height: 100px;
	width: 436px;
	margin-left: 55px;
}
h2{
	background: url('./img/lock.png') no-repeat;
	padding-left: 35px;
}
#text{
	margin-left: 55px;
	color: #152341;
	width: 400px;
	float: left;
	line-height: 35px;
}
#imgplayers{
	background: url('./img/players.png') no-repeat;
	height: 397px;
	width: 535px;
	float: right;
	right: 0;
}
#social{
	margin: auto;
	width: 955px;
	background: #FFF;
	font-size: 12px;
	padding-left: 35px;
	padding-top: 25px;
	border-bottom: 1px solid #cccccc;
	box-shadow: 0px 2px 2px #CCC;
}
#foot{
	background: #666666;
	height: 85px;
	width: 990px;
	margin: auto;
	color: white;
	font-size: 10px;
	line-height: 85px;
}
#foot ul{
	list-style: none;
}
#foot li{
	display: inline;
	padding-left: 12px;
}
#foot a{
	color: white;
	font-weight: normal;
}
.img{
	background: url('./img/truste.png');
	height: 85px;
	width: 150px;
}
.send{
	background: url('./img/button.png');
	width: 117px;
	height: 27px;
	border: none;
	cursor: pointer;
}
#question{
	width: 300px;
}