/* 
Criado por/Created by: Joel Emanuuel (Desenvolvedor)
Tema/Theme: SlaveHosting
Data de criação/Created date: 06/12/2014 20:40
Lembre-se plágio é crime./Remember plagiarism is a crime.
*/
@font-face{
	font-family:'Segoe UI';
	font-style:normal;
	font-weight:normal;
	src:local("Segoe UI Regular"),url(../fonte/SegoeUI.ttf) format("truetype");
}
@font-face{
	font-family:'Segoe UI Bold';
	font-style:normal;
	font-weight:normal;
	src:local("Segoe UI Bold"),url(../fonte/SegoeUIBold.ttf) format("truetype");
}
@font-face{
	font-family:'Segoe UI Light';
	font-style:normal;
	font-weight:normal;
	src:local("Segoe UI Light"),url(../fonte/SegoeUILight.ttf) format("truetype");
}
a:link, a:active, a:visited, a:hover {
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}
::selection {
	background:#FFF;
	color:#666666;
}
body {
	background:#EEEEEE;
	margin:0;
	padding:0;
	text-decoration:none;
	float: left;
	width: 100%;
	background: url(../images/background.png) no-repeat top center;
	background-size: 100% auto;
	background-attachment: fixed;
}
#container{
	width:978px;
	height:auto;
	top:50%;
	left:50%;
	position:absolute;
	transform:translate(-50%, -50%);
}
#logotipo{
	background:url(../images/logotipo.png);
	width:978px;
	height:73px;
	float:left;
}
.estreia{
	font-family:Segoe UI Light;
	font-size:15px;
	color:black;
	
	text-shadow: 0.1em 0.1em 0.2em black;
	background-color: white;
	height:auto;
	
	
}