@charset "utf-8";
/* CSS Document */

/* hide from ie on mac \*/
html {height: 100%;	overflow: hidden;}

#my_flash {height: 100%;}
/* end hide */

body {height: 100%;	margin: 0; padding: 0; background-color: #000000; font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;}

a {color:#CC0000;}
a:hover {text-decoration:none;}

#content {display:none; width:1100px; margin:20px auto;}
#content .left {float:left; width:200px; text-align:left;}
#content .right {float:right; width:900px; color:#FFFFFF;}

