/* CSS Document */

/* tags */

body {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-left:0px;
	background-color:#C52122;
}

a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}

/* chassis */

#root {
	position:absolute;
	left:50%;
	width:1000px;
	height:550px;
	margin-left:-500px;
	background-color:#C52122;
}

/* home */

#frase_home {
	position:absolute;
	left:260px;
	top:130px;
	font-size:24px;
	text-align:center;
}

#email {
	position:absolute;
	left:215px;
	top:300px;
	font-size:16px;
	text-align:center;
}


#logo {
	position:absolute;
	left:620px;
	top:85px;
}

#img_home {
	position:absolute;
	left:805px;
	top:30px;
}
