body {
	font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	text-align: left;
	letter-spacing: 0.3em;
	background:url(/images/gold-bg.jpg) repeat;
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
}


#right {
position:absolute;
right:0;
top:0;
padding:0;
width:1000px;
height:100%; /* works only if parent container is assigned a height value */
color:#333;
background:url(/images/imarabbit.gif) no-repeat top left;
}

#content { 	
line-height:1.9em;
	margin-top:100px;
	width:400px;
	}


#right p {
padding:0 10px;
margin-top:20px;
background-color:#fff;
}


a:link {
	color: #990099;
}

a:visited {
  color: #3366FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #669999;
}

.404 { 	font-size: 1em; font-color: #006699; align: center;}

.404 h1 {	
	font-size:60em;
	color:#3366FF;
	text-align: center;
}

.404 p {font-size: 2em;
	color:#990099;
	text-align: center;}
