@charset "UTF-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #ccc;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #fff;
	text-decoration: none;
}
.container {
	width: 1000px;
	height: 662px;
	margin: 0 auto;
	background-color: #000;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.halink {
	position: absolute;
	height: 80px;
	width: 250px;
	left: 58px;
	top: 5px;
}
.menu {
	position: absolute;
	left: 72px;
	top: 120px;
	font-size: 13px;
}
.content {
	padding: 22px;
	position: absolute;
	width: 600px;
	left: 340px;
	top: 0px;
	background-color: #f9f9f9;
	opacity:0.86;
	background-image: url(../images/mainbg.jpg);
}
.form {
	margin-left: 155px;
	font-size: 13px;
}
.copyright {
	position: fixed;
	bottom: 10px;
	font-size: 12px;
	color: #333;
	left: 100px;
}
.bottomspacer {
	height: 20px;
}
.photobtns {
	width: 320px;
	margin-left: 120px;
	border: none;
}
.photobtns {
	width: 320px;
	margin-left: 140px;
	border: none;
	position: relative;
	bottom: -6px;
}