body {
	background-color: #ffffff;
	font: 14px tahoma, verdana, arial, sans-serif;
	color: #000000;
	margin: 0;
	z-index: 1;
}

img{
	border:none;
}

a:link {
	text-decoration: none;
	color:#333;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color:#333;
}
a:active {
	text-decoration: none, color:#333;
}
a:hover {text-decoration: underline; }


#topLine {
	width: 100%;
	height: 30px;
	color: #000000;
	font-size: 12px;
	background-image: url('img/bgTopline.png');
	margin:auto;
	border-bottom:2px solid gray;
	z-index:100;
}

#topLine a:link {
	text-decoration: none;
	color:white;
	font-weight:normal;
}

#topLine a:hover {text-decoration: underline; }

#topLine a:visited {
	text-decoration: none;
	color:white;
}

#topMenu { 
 	margin-top:7px;
	float:left;	
}

#topMenu ul {	
 	margin:0px; 
	list-style-type:none;	
	display:inline;	
	list-style: none;	
	text-align:right;		
	padding-bottom:0px;	
	padding-top:0px;
	font-weight:bolder;
	font-size:14px;
	margin-left:70px;
}

#topMenu li {
	list-style-type:none;
	margin:0px;		
	display:inline;
	padding-left:30px;
}

#topLangs {
	float: right;
	padding-top:10px;
	padding-right:10px;
}


#container {
	width: 900px;
	margin: 80px auto 0px 80px;	
}

#textBox {
	background-color: #f9f9f9;
	padding: 30px;
	background-image: url('img/container.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 625px;
	min-height: 400px;
	float: left;
	padding-bottom: 140px;
	text-align: justify;
}

#menuIcons {
	width: 140px;
	float:right;
	margin: 0px 0px 0px 60px;
}

#bgLetters {
	background-image: url('img/bg.png');
	background-position: bottom center;
	background-repeat:repeat-x;
	width: 100%;
	height: 263px;
	margin: -160px auto 0px auto;
	float: left;
}

#badges {
	width: 200px;
	height: 140px;
	position: relative;
	margin:	123px 0px 0px auto;
	background-image: url('img/badges.png');
}

#logo {
	width: 200px;
	height: 75px;
	position: absolute;
	left: 580px;
	top: 37px;
	background-image: url('img/logoLetris.jpg');	
}

.camps{
	border: none;
	padding: 3px;
	background-color: #ffffff;
	width: 619px;
	font-size: 14px;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;

}

.button{
	border: none;
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	height: 24px;
	float: right;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
}

.blockOF { width: 100%; float: left; margin-bottom:5px;}
.ofIcon { float: left; margin-right: 5px; margin-top: -5px; clear: left; margin-bottom: 10px;}
.ofFeat { font-weight: bold; font-size: 13px;}
.ofFDes { font-size: 12px;}
	
