
/* ALLSTARTS LANDING PAGE    */
/* Developed by Andre Santos */
/* Issues geral@fullflex.pt  */

* {
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Sans;
	font-size: 10px;
}

a {
	text-decoration: none;
	border: 0px;
	color: #000;
}

#container {
	width: 100%;
	height: 100%;
	
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	
}

#social {
	width: 900px;
	height: 20px;
	margin-top: 10px;
	text-align: right;
}

#topline {
	margin-top: 20px;
}

#topline, #bottomline {
	text-align: center;
	width: 900px;
	height: 180px;
	display: block;
}


#midline {
	position: relative;
	width: 900px;
	height: 150px;
	background-image: url(/imagens/allstars-logo.png);
	background-repeat: no-repeat;
	
}


#footer {
	width: 900px;
	height: 100px;
	background-image: url(/imagens/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 10px;
}

#footer .support {
	margin-top: 10px;
	width: 100px;
	float: left;
}

#footer .partners {
	margin-top: 10px;
	width: 750px;
	float: right;
}