@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	background-color: #808080;
	background-image: url(../images/_DSC4623-1024-768.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
}
p {
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #808080;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #000;
}
#content {
	width:60%;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding: 20px;
	border: 3px solid #A0A0A4;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000;
}

