@charset "UTF-8";
/* CSS Document */

/* 00 Global */

body
{
text-align:center;
background-color:#000000;
margin-top:40px;
}

/* 00 Global named */

.container
{
margin-left:auto;
margin-right:auto;
height:100%;
width:960px;
position:relative;
}

.logo
{
width:300px;
height:100px;
position:relative;
left:0px;
top:0px;
}

.menu
{
width:431px;
height:110px;
position:relative;
left:475px;
top:-100px;
}

.viewer
{
width:960px;
height:541px;
position:relative;
left:0px;
top:-110px;
}

.flash
{
height:700px;
position:relative;
left:0px;
top:0px;
}
/* 01 Main */


