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

html body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg2.jpg);
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#main {
	margin-top: 50px;
	margin-left: 50px;
}
#bg {position:fixed; top:0; left:0; width:100%; height:100%; z-index:-7;}
#logo {
	z-index: 10;
	margin-top: 23%;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.maintextblack {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
.imgspace {
	padding: 5px;
	margin: 5px;
	background-color: #FFF;
	border: 1px dotted #EAEAEA;
}

