@charset "utf-8";


.container {
	background-image: url(../BG_img_test.jpg);
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000;
	
}
.header {
	background-image: none;
	height: 454px;
	width: 595px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #FFF;
	font-style: italic;
	font-size: 18px;
}
.red {
	background-color: #F00;
}


body {
	background-image: none;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}

.footer {
	width: 595px;
	height: 388px;
	color: #FFF;
}
.tube {
	height: 315px;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

h2 a {
	color: #F00;
	text-decoration: none;
}
h2 a:hover {
	color: #F0C;
	text-decoration: underline;
}

ul li {
	list-style-type: upper-roman;
	margin-bottom: 0px;
	margin-left: 0px;
}

em {
	color: #F00;
	font-weight: bolder;
}

h2 {
	color: #F00;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
.tableone {
	background-color: #999;
	border: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.tableone tr th {
	color: #FFF;
	background-color: #666;
	border: 1px solid #000;
	font-style: normal;
	font-variant: normal;
}
.tableone tr td {
	border: 1px solid #000;
	color: #000;
}

.floater {
	float: left;
	height: 200px;
	width: 125px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.floatcentered  {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
