@charset "utf-8";
/* CSS Document */
body
{
	background-image:  url(images/image1.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin-top:0cm;
	background-color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
}
#Content {
	width:960px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */

	}
#banner
{
	position: absolute;
	top:0px;
	width:960px;
}

#menu
{
	position:absolute;
	top:501px;
	width:960px;
	background-image:url(images/back-men.jpg);
}
#menu2
{
	position:absolute;
	top:122px;
	width:960px;
	background-image:url(images/back-men.jpg);
}
#animation
{
	position:absolute;
	width:300px;
	z-index:2;
	top: 241px;
}
#white
{
	position: absolute;
	top:0px;
	width:960px;
	z-index:2;

}

#text
{
	position:absolute;
	width:505px;
	top: 561px;
	border-bottom-color:#FFF;
	border-style:solid;
	border-width:thin;
	padding:20px;
	left: 4px;

}
#text2
{
	position:absolute;
	width:930px;
	top: 559px;
	border-bottom-color:#FFF;
	border-style:solid;
	border-width:thin;
	padding:15px;

}
#right
{
	position:absolute;
	width:164px;
	top: 559px;
	margin-left:760px;
	left: 32px;
	background-color:#666;
	text-align:center;
}
#right2
{
	position:absolute;
	width:200px;
	top: 558px;
	left: 576px;
}
#foot
{
	position:relative;
	width:960px;
	height:50px;
	top:800px;

}
#foot2
{
	position:relative;
	width:960px;
	height:50px;
	top:830px;

}
#foot3
{
	position:relative;
	width:960px;
	height:50px;
	top:900px;

}
A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
A:link
{
	color: #FFFFFF;
	text-decoration: underline;
}
A:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
A:active
{
	color: #FFFFFF;
	text-decoration:underline;
	text-align: center;
}

