body {
	background-color: #000000;
	margin:0;
}
#flashcontentWrap{
height: 100%;
width: 100%;
display: table;
}
#flashcontent{
height: 100%;
width: 100%;
display: table-cell;
vertical-align: middle;
/*background: url(img/bg_square.png) center center repeat-y;*/
}