* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	margin-bottom: 1px;
	height: 100% !important;
	height: auto;
}

body {
	margin-top: 0px;
	background: url(images/back.gif) top left repeat-x;
	background-color: #313131;
	font-size: 10pt;
	text-align: center;
}

#site {
	width: 385px;
	height: 155px;
	margin: 0px auto;
	position: relative;
	text-align: center;
}
#logo {
	background: url(images/logo.gif);
	width: 385px;
	height: 155px;
	float: left;
}

#texto {
	width: 100%;
	height: 155px;
	margin-top: 55px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#texto a {
	color: #fff;
}

#texto a:hover {
	text-decoration: none;
	color: #ccc;
}