@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../i/bg-whitestripe.gif);
	text-align: center;
	height: 450px;
	width: 800px;
	overflow: hidden;
}
a:link {
	text-decoration: none;
}
#main {
	height: 400px;
	width: 750px;
	text-align: center;
	padding: 25px;
	margin: auto;
	overflow: hidden;
}
#main #header {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	height: 30px;
}
#main #link {
	float: right;
}
a:visited {
	text-decoration: none;
}
.larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

