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

html, body
{
	background-color:#000;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-size:13px;
	margin:0px;
	padding:0px;
}

.info
{
	position:absolute;
	top:20px;
	left:20px;
	width:400px;
	height:100px;
}
.image_logo
{
	position: relative;
	float: left;
	width: 400px;
	height: 40px;
	text-align: center;
}
.info_text
{
	position: relative;
	float:left;
	width: 400px;
	height: 50px;
	padding-left: 1px;
	text-align: center;
}
a
{
	color:#fff;
	text-decoration:underline;
}