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

body {
	background-color:#FFF;
	width:1080px;
	margin: auto;
	
}


#header {
	width: 1080px;
	text-align: left;
	border-bottom:thin solid #000;
	margin-top: 8px;
}

#corp {
	margin-top:30px;
	margin-bottom:20px;
	background:#FFF;
	width:1050px;
	border:thin solid #000;
	

	color: #000;
	text-align: justify;
	vertical-align: top;
}

#absolute_x {
	position:absolute;
	top:1016px;
	left: 716px;
	z-index:0;
}
	
#text {
	text-align: justify;
	margin-left: 100px;
	margin-right: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#text a {
	color:#666666;
	text-decoration:underline;
}

#text a:hover {
	color: #333333;
	text-decoration:underline;
}

#text a:visited {
	color:#999999;
	text-decoration:underline;
}

#teams a {
	text-decoration:none;
}

.img2
{
	position:absolute;
	left:715px;
	top: 1000px;
	z-index:5;
	width: 300px;
	height: 178px;
	}
	

#corp h1 {
	font-size: 16px;
	color: #000;
	text-align: justify;
	font-weight:bold;
}

#corp h3{
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	clear: both;
	background-color:#000;
	height: 50px;
	width: 1198px;
	background-position: left top;
	border-top:solid thin #000;
	border-right:thin solid #000;
}

.comment {
	text-align: center;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	text-align: center;
	background-color: #000;
	height: 25px;
	width: 1198px;
	vertical-align: bottom;
	background-position: top;
	margin-bottom: 8px;
}


h2 {
	font-size: 14px;
	text-align:center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}


h4 {
	font-size: 14px;
	text-align: center;
	font-weight:bold;
}

