@charset &quot;iso-8859-1&quot;;
/* CSS layout */
html, body, div.photo {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: transparent;}
	
#top {
	background-position: center top; width: 800px;
	position: absolute;
	top: 0px;
	left: 50%;
	color: #d2d4d4;
	margin-left: -412px;
    text-shadow: 1px 1px #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%; background-color:transparent; background-repeat:no-repeat; background-attachment:scroll}
	
#main {
	margin-top: 40px;
	margin-left: 0px;
	width: 812px;
	float: center;
	font-size: 80%;
	background: transparent url('');
	background: rgba(0, 0, 0, 0.9)none ;
	-moz-border-radius: 1em 2em 1em 2em;
	-webkit-border-radius: 20px;
	border-radius: 1em 1em 1em 1em;
	border: 1px solid #000;
    padding: 10px 5px 10px 5px;
	}
	
#main p {
	padding: 40px 40px 40px 40px;}
	
#footer {
	margin-top: 20px;
	text-align: center;
	font-size: smaller;
	color: #c6c6c9;}
	
a:link {
	text-decoration: underline; 
	color: #ac7b39;}
	
a:visited {
	text-decoration: underline; 
	color: #c6c6c9;}
		
a:hover {
	text-decoration: underline;
	color: #ac7b39;}
	
a:active {
	text-decoration: underline;
	color: #ac7b39;}
	
input {
	color: #333333;}

