* {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
    width: 100%;
}
html {
    overflow-y: scroll;
}
body {
    font: 18px/1.4 Helvetica, sans-serif;
    color: #000;
    background-color: #555555;
}

article,
aside,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

a:focus {
    outline: 0;
}
#bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
#loader {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 400px;
}
#loader_inside{
    margin: 10px;
    width:100%;
    height: 100%;
    min-height: 400px;
}
#webGLcanvas {
    margin: 10px;
    width:100%;
    height: 100%;
    min-height: 400px;
}
#main {
    height: 100%;
    width: 100%;
    position: absolute;
}
#swfBackgroundContenair {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#swfBackgroundCenteredContenair {
    margin: auto;
    height: 100%;
    width: 100%;
	opacity: 0.5;
}

#swfBackground {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}


#phaserBackground {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
#page-wrap {
    height: 100%;
    width: 100%;
}
#contentContenair {
    margin: auto;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    z-index: 2;
    min-width: 75%;
}
#content {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid black;
    width: 100%;
    margin:0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#title {
    background-color: rgba(255, 100, 100, 0.3);
    border: 1px solid black;
    margin: 30px 30px;
    font-weight: bold;
    color: #000000;
}
#menu {
    background-color: rgba(100, 100, 255, 0.3);
    border: 1px solid black;
    margin: 30px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000000;
}
#main-content-contenair {
}
#main-content {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid black;
    margin: 30px 30px;
    font-weight: bold;
    min-height: 500px;
    color: #000000;
}
#footer {
    background-color: rgba(100, 255, 100, 0.3);
    border: 1px solid black;
    margin: 30px 30px;
    font-weight: bold;
    color: #000000;
}
h1 {
    font: bold 32px Helvetica, Arial, Sans-Serif;
    letter-spacing: 4px;
    padding: 14px;
    color: #333;
    text-shadow: 1px 1px 1px white;
}
p {
    margin: 0 0 15px 0;
}
p {
    margin: 30px 40px;
}
nav ul li {
    display: inline;
}
nav ul li a {
    display: inline-block;
    border-top: 1px solid #96d1f8;
    background: #3e779d;
    background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
    background: -moz-linear-gradient(top, #65a9d7, #3e779d);
    height: 17px;
    padding: 0 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    -webkit-text-stroke: 1px transparent;
    font: bold 11px/16px "Lucida Grande", "Verdana", sans-serif;
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    margin: 0 5px 0 0;
}
nav ul li a:hover {
    border-top: 1px solid #4789b4;
    background: #28597a;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d789f), to(#28597a));
    background: -moz-linear-gradient(top, #3d789f, #28597a);
    color: rgba(255, 255, 255, .85);
}
nav ul li a:active,
nav ul li a.current {
    border-top-color: #245779;
    background: #1b435e;
    position: relative;
    top: 1px;
}

*
{
    margin:0;
    padding:0;
}

body
{
    background:#555;
    color:#000;
    font:18px/1.4 Helvetica, sans-serif;
}

.group:after
{
    clear:both;
    content:" ";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
}

.group
{
    clear:both;
    display:block;
    position: relative;
    text-align:center;

}


article,aside,figure,footer,header,menu,nav,section
{
    display:block;
}

a:focus
{
    outline:0;
}

#bg
{
    left:0;
    min-height:100%;
    min-width:100%;
    position:fixed;
    top:0;
}

#main
{
    height:100%;
    position:absolute;
    width:100%;
}

#swfBackgroundContenair
{
    height:100%;
    position:fixed;
    width:100%;
    z-index:1;
}

#swfBackgroundCenteredContenair
{
    height:100%;
    margin:auto;
    width:100%;
}

#swfBackground
{
    bottom:0;
    height:100%;
    left:0;
    margin-top:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
}




#title
{
    background:rgba(255,100,100,0.3);
    border:1px solid #000;
    color:#000;
    font-weight:700;
    margin:30px;
}
#main-content-contenair
{
    min-height:500px;
}
#main-content
{
    background:rgba(255,255,255,0.5);
    border:1px solid #000;
    color:#000;
    font-weight:700;
    margin:30px;
}

#footer
{
    background:rgba(100,255,100,0.3);
    border:1px solid #000;
    color:#000;
    font-weight:700;
    margin:30px;
}

h1
{
    color:#333;
    font:bold 32px Helvetica, Arial, Sans-Serif;
    letter-spacing:4px;
    padding:14px;
}

p
{
    margin:30px 40px;
}

nav ul
{

    list-style:none;
    margin:10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding:0;
    position:relative;
    text-align:center;
}

html,body,#page-wrap
{
    height:100%;
    width:100%;
}

