html{
	height:100%; /* 100 % height */
}

body {
	background-image: url(/images/background.gif);
}

.page{
	width:485px;margin:0 auto;
	margin-top:20px;
	background-color: #fff;
	border:solid 1px #c0c0c0;
	padding:20px 5px 20px 5px;
}

.navigation{
	position:absolute;
	right:0px;
	top:20px;
	text-align:right;
}

.navigation .section{
	padding-bottom:11px;
}


.navigation a{
	padding:5px 10px 5px 10px; 
	font: 1.7em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #f8f8f8;
	text-decoration:none;
}

.navigation .about a{
	background-color:red;
	width:200px;
}

.navigation .contact a{
	background-color:green;
}

