* {
 margin: 0;
 padding: 0;
}

html {
 height: 100%;
}

body { 	
 background: #121212;
 color: #fff;
}


#page{
 margin: 0 auto;
 height: 100%;
 width: 990px;
}

#container {
 min-height: 100%;
 height: auto !important;
	
 position: relative;
 text-align: left;
}

#content{
 /*height: 665px;*/
}

#flashcontent {
 width: 990px;
 height: 650px;
}
