/*
Theme Name: House of Art
Theme URI: http://redbullhouseofart.com.br/
*/

* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	background: transparent; 
	vertical-align: baseline; 
}

body {
	font: normal 12px Tahoma;
	color: #535353;
	background: url(images/bg.jpg) no-repeat top center #FFF
}

a:link, a:hover, a:active, a:visited {color: #535353;}

.clear {clear: both}

.left {float: left}

.right {float: right}

#page {
	position: absolute;
	top: 0;
	left: 50%;
	width: 923px;
	margin-left: -461px;
}
