body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	background: #000000 url(../images/strut/background.jpg) no-repeat top center;
	padding-top: 50px;
}

   

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	
	vertical-align: middle;
}
#navigation {
	height: 400px;
	width: 200px;
	top: 0px;
	position: absolute;
	left: 0px;
	background-image: url(../images/strut/naviback.png);
	text-align: center;
	overflow: auto;
}
#body {
	position: absolute;
	width: 900px;
	left: 0px;
	top: 100px;
	height: 400px;
}
#footer {
	position: absolute;
	top: 500px;
	width: 900px;
	height: 100px;
	left: 0px;
	background-image: url(../images/strut/bottom.png);
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	background-image: url(../images/strut/top.png);
	width: 900px;
}
#maincontent {
	left: 200px;
	top: 0px;
	position: absolute;
	width: 700px;
	height: 400px;
	background-image: url(../images/strut/contentback.png);
}
#test {
	width: 147px;
	position: absolute;
	left: 154px;
	top: 398px;
	height: 131px;
	background-image: url(../images/strut/logofoating.png);
}
#scrollingtext {
	position: absolute;
	left: 9px;
	top: 8px;
	width: 670px;
	height: 376px;
	overflow: scroll;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#navigation ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#navigation li {
	list-style-type: none;
	display: block;
}
#clube {
	position: absolute;
	left: 0px;
	top: 225px;
	width: 200px;
	height: 45px;
}
#treinador {
	position:absolute;
	left: 0px;
	top: 285px;
}
#atletas {
	position:absolute;
	left: 0px;
	top: 330px;
}
#copyright {
	position: absolute;
	left: 320px;
	top: 590px;
	width: 426px;
	height: 29px;
	color: #FFFFFF;
}
#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
