body
{
font: normal 11px 'Helvetica', Arial, Lucida Sans, Verdana, Tahoma, sans-serif;
color: #a1a1a1;
background: #efefef;
line-height: 20px;
}
		
#container
{
margin: 2em auto;
background-color: #FFF;
border: 1px solid #eee;
padding: 20px;
width: 320px;
text-align: left;
}

h1 {
margin: 260px 0 0 0 ;
font-size:3em;
color:#43B1E0;
font-weight: normal;
}

h1 sup {
color:#bbb;
font-size: 0.5em;
}

h1 a:hover {
	text-decoration: none;
}

a {
color:#43B1E0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container p.entrar {
text-align:center;
font-size: 1.5em;
margin-top: 3em;
}