body {
margin:0;
padding:0;
background-color:#000;
font-size:12px;
color:#FFF;
font-family:Arial,Verdana,Tahoma,sans-serif;
text-align:center;
line-height:1.5em;
}
html, body {
height:100%;
}
a:link {
font-family:Arial,Verdana,Tahoma,sans-serif;
font-size:12px;
color:#FFF;
text-decoration:underline;
}
a:hover {
color:#FFF;
text-decoration:none;
}
#top_full {
height:100%;
position:relative;
overflow:hidden;
}
#top_full[id] {
width:100%;
display:table;
position:static;
}
#full {
position:absolute;
top:50%;
}
#full[id] {
width:100%;
display:table-cell;
vertical-align:middle;
position:static;
text-align:center;
}
#full_inside {
position:relative;
top:-50%;
left:-50%;
}
#full_inside[id] {
position:static;
}
#main {
position:relative;
width:960px;
height:400px;
margin-left:auto;
margin-right:auto;
}
#index_flash {
width:960px;
height:400px;
}
#index_flash img {
border:0 solid #FFF;
}
