@charset "utf-8";
/* 2009 © Dani Qiao. All Rights Reserved */
/* index.css */

body {
background-color: #212121;
}

#flash {
width: 1000px;
height: 700px;
border: #333333;
border-style: none;
position: absolute;
top: 499px;
left: 50%;
margin: -500px;
}   

