#wrapper
{
	width: 800px;
	height: 600px;
	margin: 20px 20px 20px 20px;	
}



#home
{
	width: 800px;
	height: 600px;
	float: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*#nav
{
	width: 378px;
	height: 250px;
	float: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
*/

/*ROLLOVERS*/

#temp
{
background-image: url('images/hello_1.jpg');	
display: block;
width: 612px;
height: 38px;
}

#temp:hover
{
background-image: url('images/hello_2.jpg');
}