@charset "UTF-8";
/* CSS Document */

body{
	margin: 0em;
	background-color:#070707;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#anuncioContacto{
	background-image:url(images/anuncio.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:						655px;
	height:						285px;
	margin-top:					147px;
	margin-left:				auto;
	margin-right:				auto;
}

#topPage{
	background-image:url(images/BgTop.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:156px;
}
#topContent{
	width:800px;
	height:156px;
	margin-left:auto;
	margin-right:auto;
}
#topLogo{
	background-image:url(images/Logo_Top.gif);
	background-position:center;
	background-position:top;
	width:317px;
	height:104px;
	margin-left:auto;
	margin-right:auto;
}
#contactInfo{
	width:800px;
	height:350px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
}