/* CSS Document */

#container{ margin:auto;
width:900px;
height:auto;
}
.center{
	width:900px;
	height:450px;
	margin:auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/bg-main.png);
}
.footer{
	height:62px;
	width:900px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin:auto;
	background-image:url(img/footer.png);
	font-weight: bold;
}
body{ background-image:url(img/bg.jpg);
margin:auto;
}
.top{ height:58px;
width:900px;
margin:auto;
background-image:url(img/top.png)
}
.tabla{
	height:438px;
	margin:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
.center_column{ background-image:url(img/logo.png);
margin:auto;
}
.blank{ height:25px;
margin:auto;
width:900px;
}
a{
	color: #FFFFFF;
}
