html{
	width:100%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	background-color:#000;
	width:100%;
	height:100%;
}
#container{
	background-repeat: no-repeat;
	text-align: center;
}
#flash{
	padding-top:12px;
}
#flashcontent {
	text-align: center;
}
#copyrights{
	margin-top:30px;
}