/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(links/bg.gif);
	background-position: center top;
	background-repeat: repeat;
}

#container {
	margin: 0 auto;
	width:933px;
	height:642px;
	background-image: url(links/blur.gif);
	background-position: center;
}

.flash {
	position:absolute;
	width:900px;
	height:600px;
	margin:16px 0px 0px 17px;
}

/* HIDDEN INFO */

.hidden-item
{
position:absolute;
left:-999em;
top:-999em;
font-size:x-small;
}
