/* CSS Document */
html, body {
    background-color: #E7E9EA;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/pattern.gif);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
A:link {
    text-decoration: none;
    color: #ffffff;
}
A:visited {
    text-decoration: none;
    color: #ffffff;
}
A:active {
   text-decoration: underline;
   color: #ffffff;
}
A:hover {
   text-decoration: underline;
   color: #ffffff;
}

#container {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
position: relative;
background-image: url(../img/back_index.gif);
background-position: center center;
background-repeat: no-repeat;
}
#containerPage {
margin: 0px;
padding: 0px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -385px;
margin-top: -200px;
}
.left {
float: left;
font-family: "Lucida Console",Verdana, sans-serif;
color: #ffffff;
font-size: 11px;
text-align: left;
}
.right {
float: right;
font-family: "Lucida Console",Verdana, sans-serif;
color: #ffffff;
font-size: 11px;
text-align: right;
width: 300px;
}
.swf {
margin: 0px;
padding: 0px;
width: 770px;
height: 400px;
}
.stats {
display: none;
}
img { border: 0}
