/* -------- Basic elements -------- */
html, body {
	text-align: center;
	margin:0px;
	padding:0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #666666;
	line-height: 15px;
	height: 100%;
	width: 100%;
}

body {
	background-color: #060608;
	overflow: scroll;
	overflow-x: visible;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url('../imgs/background.jpg');
}


a:link { color: #858585; }
a:visited { color: #858585; }
a:hover { color: #AEAEAE; }
a:active { color: #999999; }

#flashid {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

