/* CSS Document */

html {
	overflow: hidden;
	
}
body {
	margin: 0;
	background:#000;
	
	
}

object:focus {
	border: none;
}

#backgroundImages object {
		position: absolute;
		z-index: 0;
		vertical-align:top;

}

#mainflash {
	position: relative;
	z-index: 3;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	

	
}

#backgroundGridOverlay {
	position:absolute;
	z-index: 2;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	/*background-image: url(images/girdOverlay.gif);*/
}

img {
	border: 0;
	padding: 0;
	marging: 0;
}

#imgContent {
	margin: 20px 0 0 0;
	width: 100%;
	height: 425px;
	background: #000 url(IMAGES/ColisiumBg_1.jpg) top left repeat-x;
}

#logo {
	position: absolute;
	width: 206px;
	height: 96px;
	z-index: 10;
	right: 142px;
}

#logo a:link, #logo a:visited, #logo a:hover {
	border: none;
	padding: 0;
	margin: 0;
}

.flashLink {
	margin-left: 40px;
}

h1, h2, h3 {
	color:#eeeeee;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #000000;
}


a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 0.1em;
	background-color: #FFFFFF;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 0.1em;
	background-color: #CCCCCC;

}

a:active, a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0.1em;
	background-color: #333333;
}

#imgContent .image {
border: none;
margin: 0;
padding: 0;
display:block;
height: 100%;
width: 100%;
background: none;
}

#imgContent .image:visited {
border: none;
margin: 0;
padding: 0;
display:block;
height: 100%;
width: 100%;
background: none;
}


#imgContent .image:hover {
border: none;
margin: 0;
padding: 0;
display:block;
height: 100%;
width: 100%;
background: none;
}

#footer {
	position: absolute;
	bottom: 40px;
	z-index: -1;
}
