@charset "utf-8";
#container {
	background-image: url(../images/background2.jpg);
	width: 1100px;
	height: 900;
	overflow: hidden;
	position: relative;
	
}
#header {
	background-image: url(../images/header.jpg);
	width: 1100px;
	height: 900;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
#hto {
	position: absolute;
	right: 22px;
	top: 160px;
}


#left_column {
	float: left;
	height: 800px;
	width: 200px;
	position: absolute;
	left: 22px;
	top: 160px;
	font-family:Arial, Helvetica, sans-serif;
}

#column_links {
	float: left;
	height: 800px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
#teams {
	position: absolute;
	top: 2px;
	left: 2px;
}
#teams p {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 6pt;
	text-align: center;
	background-color: transparent;
	font-size: 12px;
	color:#FFF
}
#teams h2 {
	text-align: center;
	background-color: transparent;
	line-height: 18pt;
	color:#FFF
}
#teams h3 {
	text-align: center;
	background-color: transparent;
	line-height: 6pt;
	color:#FFF
}
#minilinkl {
	position: absolute;
	left: 878px;
	top: 128px;
}
#home {
	position:relative;
	top: 0px;
	left: 10
}

