* {
	margin:0;
	padding:0;	
	font-family:Arial;
	font-size:12px;
}

#main {
	width:780px;
	height:543px;
	margin:0 auto;
	border:0px solid red;
	background-image:url(/images/home.jpg);
	background-repeat:no-repeat;	
	text-align:center;
}

th {
	text-align:right;
}

img {
	border:none;
}

#email a {
	color:black;
	text-decoration:none;
}

#email a:hover {
	text-decoration:underline;
}


#button {	
	display:block;
	width:457px;
	height:54px;
	background-image:url(/images/button_blue.png);
	background-repeat:no-repeat;	
	margin:-180px auto;
}

#button:hover {	
	background-image:url(/images/button_orange.png);
}

#mail {	
	display:block;
	width:457px;
	height:54px;
}

#mail:hover {	
}

