html {
	width: 100%;
}
body {
	background-color:#fff;		background-image: url(../images/tigertigerbg.gif);	
}
a:focus {
	outline: none;
}
#contactbox {
	position: relative;
	margin-top: 20px;		
	width: 700px;	
	left: 50%;
	margin-left: -350px;
	background-color: #fff;		
	min-height: 340px;		
	padding: 20px;		
	font-family: Courier New, "Courier New", Arial Black;
	font-size: 16px;	
}
h1 {	
	font-family: Arial Black, Arial, Helvetica;	
	text-decoration: none;
	font-size: 70px;		
	color: #000;		
	margin: 0px;
	padding: 0px;
}
#nav {
	position: relative;
	width: 700px;	
	left: 50%;
	margin-left: -350px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	float: left;		
}
#nav .home a {
	display: block;	
	width: 121px;
	height: 36px;
	background-image: url(../images/home.gif);
}
#nav .home {
	background-image: url(../images/home.gif);
}
#nav .home a:hover {
	display: block;	
	width: 121px;
	height: 36px;
	background-image: url(../images/home-ro.gif);
}
