﻿body {padding:0px; margin:0px; background-color:Black; color:#FFF; overflow:hidden ;}
div#header1 {height:144px; width:100%;margin-top:100px; min-width:960px;}
div#header1 #left { background: url("/images/comingsoon/logo_nucleo_bg.png") right no-repeat; height:100%; float:left; height:145px;}
div#header1 #center {width:900px; float:left;height:100%;}
div#header1 #right {float:left; height:100%;}
div#header1 #center #logoA {width:270px;  height:69px; margin-top:38px; float:left;}
div#header1 #center #text1{ width:640px; height:69px; float:right; margin-top:37px; text-align:right;}
div#header2 { height:177px; width:100%; text-align:center;}
div#content {width:100%; margin:auto; margin-top:50px;color:#A3A3A3;font-family:Tahoma,Arial;font-size:11px; height:350px; min-width:960px;}
div#content #leftC { float:left; height:100%}
div#content #contentC { float:left; width:900px; height:100%}
div#content #rightC { float:left; height:100%}
#leftContentInside{float:left; width:245px;}
#rightContentInside{float:right; text-align:right;}
#rightContentInside input { background-color:#26b3be; border-width:0px; border-style:none; border-bottom-style:solid; border-bottom-width:1px;}
#rightContentInside #subscribeForm {height:100px; width:100%;}
#rightContentInside #subscribeForm label.dataTB {margin-right:15px;margin-left:15px; }
#rightContentInside #subscribeForm .sendButton {margin-left:15px; float:right;}
#rightContentInside #subscribeForm input.textfield { height:20px;}
#rightContentInside #subscribeForm .formContainer {width:100%; height:70px;}
#rightContentInside #subscribeForm .messageBox {width:100%; height:40px;}
#leftContentInside a:link, a:visited {color:#A3A3A3; }
#leftContentInside a:hover {color:#d7d7d7;}
#assosLogo { margin-top:50px;}
#leftContentInside p { line-height:13px;}

#imageHolder
        {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            overflow:hidden;
        }
         #imageHolder IMG {
            z-index:1;
            position:fixed;
            left:0;
            top:0
        }
        
        #siteHolder
        {
            position:absolute; z-index:10
            }
