/* CSS Document */

body {
	background: #000 url(images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	}

body {
		background: #000 url(images/bg.gif) repeat-x;
		font: .6em/1.3em arial,helvetica,sans-serif;
		letter-spacing: .05em;
		color: #ffffff;
		text-transform: uppercase;
		text-align: center;
		margin: 0;
	}

strong {
		font-size: 110%;
		font-weight: normal;
		letter-spacing: .20em;
		}
 
a, visited {
		color: #9a0106;
		text-decoration: none;
	}
	
a:hover {
		color: #666;
		text-decoration: underline;
	}
#info {
		width: 300px;
		overflow: auto;
	}

#flashcontent {
		border: 0;
		width: 1000px;
		height: 650px;
		margin: 0 auto;
		padding: 0;
	}