body {
	margin: 10px auto 100px;
	font-family: helvetica, arial, verdana, tahoma;
	font-size: 12px;
	color: #333;
	background: #f9f9f9 url(bg.png) top left repeat fixed;
	text-align: center;
	padding: 0;
	}
#header {
	margin: 30px auto;
	text-align: center;
	font-size: 34px;
	line-height: 30px;
	text-shadow: #999 1px 1px 1px;
	font-family: 'Coming Soon', helvetica, Calibri, arial, sans-serif;
	}
#mainphoto {
	width: 810px;
	margin: 0 auto;
	padding: 0px;
	}
#mainphoto img {
	margin: 0 0 15px 0;
	border: 3px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #ccc;
	padding: 5px 10px;
	}
a:hover, a:active {
	text-decoration: none;
	outline: none;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #c50;
	padding: 5px 10px;
	}
#footer {
	margin: 10px auto 0;
	font-size: 16px;
	}