/*
Theme Name: Aguarde
Theme URI: http://wordpress.org/
Description: Página de aguarde para o redesign do site
Author: Caio Gondim
Version: 0.1
*/

html {
	height:100%;
}
body {
	height:100%;
	background-color:#FAFAFA;
	width:100%;
	overflow:hidden;
}

h1,h2 {
	display:none;
}

div#contato {
	position:absolute;
	left:50%;
	margin-left:-361px;
	background-image:url(images/contato-bg2.png);
	width:222px;
	height:102px;
	top:50%;
	margin-top:-244px;	
	padding:385px 270px 0 250px;
}

div#contato ul {
	list-style-type: none;
	margin-top:-10px;
	display:block;
	padding-left:20px;
}

div#contato a {
	width:26px;
	height:24px;
	display:block;
	text-indent:-999px;
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	margin-right:10px;
}

div#contato a:hover,
div#contato a:focus {
	background-position:top;
}

a#lastfm {
	background-image:url(images/lastfm.png);
}

a#facebook {
	background-image:url(images/facebook.png);
}

a#orkut {
	background-image:url(images/orkut.png);
}

a#twitter {
	background-image:url(images/twitter.png);
}

a#email {
	background-image:url(images/email.png);
}
