﻿body {
	margin: 0px;
	background-color: #000000;
}
#horizont {
	position: absolute;
	text-align: center;
	top: 47%;
	left: 0px;
	width: 100%;
	height: 6px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content {
	position: absolute;
	top: -275px; /* div's height / 2 */
	left: 0px;
	width: 100%;
	height: 445px;
	visibility: visible;
}
.header {
	width: 100%;
	height: 80px;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	line-height: 50px;
}
.bodycontent {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	padding-top: 10px;
}
.bullet {
	font-size: 16px;
	color: #FF0000;
}
.h1 {
	font-size: xx-small;
	padding: 0px;
	margin: 0px;
	color: #000000;
}
.description {
	font-size: xx-small;
	color: #000000;
}
.red {
	color: #FF0000;
}
.p1 {
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 260px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px auto 0px auto;
	color: #000000;
	font-size: 16px;
	line-height: 30px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	border-width: medium;
	border-color: #FF0000;
	border-bottom-style: solid;
}
.img_border {
	border: 1px solid #808080;
	padding: 10px;
	height: 325px;
	width: 487px;
}
