html, body { 
	background-color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #797979;
	border: 0 none;
	margin: 0;
	padding: 0;
	height: 100%;
	text-decoration: none;
}
#contener {
	padding-top:50px;
	width: 1000px;
	height: auto;
	margin: 0 auto;	
}
#top {
	width: auto;
	height: 220px;
}
#center {
	width: 502px;
	height: 200px;
	float: left;
	display: table-cell;
}
#text {
	width: 502px;
	min-height: 50px;
	height: 150px;
	display: table-cell;
	text-align: center;
	vertical-align: midle;
	padding-top: 50px;
}
#main {
	float: left;
	width: 1000px;
}
#left {
	float: left;
	width: 249px;
	height: 200px;
}
#right {
	float: right;
	width: 249px;
	height: 200px;
}
#clear {
	clear: both;
}
#footer {
	width: auto;
	height: 50px;
}
a {
	text-decoration: none;
	color: #797979;
}
c {
	font-size: 18px;
}