body {
	font-size: 80%;
	background-image: url(/imgs/rubenAa.jpg);
	background-position: 150px;
	background-repeat: no-repeat;
	background-color: #000000;
	width: 750px;
	color: #c90;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
}

#main {
background-color: #000000;
border-top: 1px #000 solid;
width: 595px;
position: absolute;
left: 156px;
top: 100px;
}

#button {
	position: relative;
	top: 110px;
	/* ie6 hack in the 2 following lines. width=150px for all, 100px for ie6. see http://css-discuss.incutio.com/?page=BoxModelHack */
	width: 90px;
	width /**/: 150px;
	padding: 0 0 1em 0;
	margin-left: -10px; 
	margin-bottom: 1em;
	background-color: transparent;
	color: #c90;
	}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	border-bottom: 2px #CC9900 solid;
	padding-top: 5px;
	width: 636px;
	height: 100px;
	background: url(/imgs/rubenAheader1.jpg) top left no-repeat fixed;
}
#header h1 {
	font-size: 2.5em;
	font-style: italic;
	color: #CC9900;
	text-align: right;
}
#contact {
	position: absolute;
	width: 622px;
	width /**/: 624px;
	height: 20px;
	top: 86px;
	top /**/: 80px;
	color: #999;
	font-size: 0.8em;
	vertical-align: text-bottom;
	text-align: right;
}
p#contact a {
	color: #c90
}
p#contact a:hover {
	color: #c90;
	background-color: #fed;
}