@charset "utf-8";

html,
body 
{
	margin:0;
	padding:0;
	height:100%;
}

#container
{
	width:1080px;
	min-height:100%;
	margin-left:-540px;
	position:relative;
	left:50%;
	font-family:"Arial";
}
#header
{
	width:1080px;
	height:600px;
	background-image:url('FC-logo.png');
	background-repeat:no-repeat;
	background-position:left center;
}
#footer
{
	padding-bottom:10px;
	width:100%;
	height:115px;
	position:absolute;
	bottom:0;
}

.info
{
	padding:4px 0px;
	height:20px;
}
.line
{
	border-bottom:1px solid red;
}
.title
{
	font-weight:bold;
}