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

body{
	background-color:#FFF;
	margin: 0px;
}
.top_header {
	background-color: #B00000;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 30px;
	text-align: center;
}
.top_header #text_header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	display: inline-block;
	margin: 0px;
}

.container{
	width: 550px;
	min-height: 250px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


.container #info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #F39;
	text-decoration: none;
}
