html, body { height: 100%; margin:0; padding:0; font-family: Arial, Verdana, Sans-serif; }
body { font-size:62.5%; }

.start { display: table; width:980px; height:100%; padding:0; margin:0 auto; background:transparent; }
.start .content { display: table-cell; vertical-align: middle; }
.start .content div { position:absolute; top:50%; }
.start .content>div { display:table-cell; vertical-align:middle; position:static; }
.start .content div div { position:relative; top:-50%; text-align:center; background:#000; width:980px; }

#wrap { margin:0 auto; width:980px; }

#top { background:#FFF; text-align:left; padding:15px 0; }
	#top h1 { font-size:1.1em; font-weight:normal; height:21px; padding:5px 0 0 90px; background:url(/site/images/logo.jpg) top left no-repeat; }

.full { width:100%; height:100%; }

#flashcontent { background:#000000; }
