/* CSS Document */

body {
	margin:0;
	margin-top:50px;
	background-image:url(images/_intro.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
h1 {
	font-size: 0.8em;
	color: #333;
	margin:0;
	margin-bottom:10px;
	padding:0;
	font-weight:lighter;
}
h2 {
margin:0;
padding:0;
font-size:0.75em;
font-weight:bold;
}
a {
	color: #666;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #000;
	font-weight:bold;
}
#entra {
margin:auto;
width:780px;
height:380px;
background:url(images/_bck_enter.gif) no-repeat;
text-align:center;
padding:10px;
}
#qa {
position:relative;
margin:0;
width:100%;
text-align:right;
padding-top:1px;
padding-right:1px;
z-index:100;
}
.tabler {
float:left;
width:260px;
height:70px;
margin:45px 0 2px 0;
}
.cleaner {
clear:both;
}
#credits {
margin:auto;
margin-top:12px;
width:800px;
color:#666;
font-size:0.75em;
font-weight:lighter;
text-align:left;
}