/*
Theme Name: 4O1! Flash
*/

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontainer {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#main-container {
	width:100%;
	height:100%;
	background: url(images/background.jpg) top center no-repeat;
}

object { outline:none; }

#container{
display:block;
width:988px;
height:648px;
margin:0 auto;
margin-top:40px;
}

a { color:#ff595a; } 
a:hover { color:#ffd7cd; }
