a:link{ color: #fff; }
a:visited { color: #fff; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

.block a:link{ color: #600; }
.block a:visited { color: #600; }
.block a:hover { color: #f00; }
.block a:active { color: #f00; }

body {
	background-color: #000;
}



img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 840px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 840px){
	img.bg {
		left: 50%;
		margin-left: -420px;}
}

#wrap {
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding: 20px;
}

.block {
	background-image: url(../images/alpha.png);
	color: #000;
	padding: 10px 10px;
	margin-bottom: 10px;
}

.block:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}


.menu {
	font-size: 14px;
	background-color: #fff;
	color: #000;
	padding: 5px 30px;
	margin-bottom: 50px;
	text-align: center;
}

.menu a:link{ color: #000; }
.menu a:visited { color: #000; }
.menu a:hover { color: #ff0000; }
.menu a:active { color: #ff0000; }



p {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 20px;
}

h1 {
	background-color: #fff;
	color: #000;
	padding: 2px 20px 0px 20px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 10px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#header {
	margin-bottom: 20px;
	text-align: center;
}

.totop {
	margin-bottom: 50px;
	text-align: right;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}




div#footer {
	text-align: center;
}


em {
	font-weight: bold;
	font-style: normal;
}


.caption {
	font-size: 14px;
}
