﻿body {
    width:1280px;
    margin: auto;
    font: 10pt century gothic, arial, sans-serif;
    color: #FFF;
    background-color:#000;
}

#backstage {
    width:1280px;
    background-color:#000;
}

#stage {
    background-color:#000;
}

#Top1stRow {
    width: 1028px;
    height: 12px;
}

#logoHolder {
    width:333px;
    float:left;
    clear:right;
}

#dateTime {
    margin-top:11px;
    margin-right:7px;
    float:right;
    font: 10pt century gothic, arial, sans-serif;
}

#showcase {
    width: 1028px;
    float:left;
}

#TriColumn1 {
    padding:0px,5px,5px,5px;
    width: 312px;
    float:left;
    clear:right;
}

#TriColumn2 {
    margin-left:40px;
    padding:0px,5px,5px,50px;
    width: 312px;
    float:left;
    clear:right;
}

#TriColumn3 {
    padding:0px,5px,5px,5px;
    width: 312px;
    float:left;
}

.pTriColumn {
    margin-top:-3px;
    padding-left:9px;
}

#partners {
    width: 1028px;
    float:left;
    border-top:1px solid #FFF;
}

#bottom {
    width: 1280px;
    float:left;
}

.copyRight {
    text-align: center;
    font: 10pt Lucida Sans Unicode, arial, sans-serif;
}

#linksTopWrapper {
    width: 1028px;
    height: 40px;
    float:left;
    background-image: url(../images/bgLinksTop.png);
}

#linksTop {
    margin-top: 8px;
    width: 1028px;
    float:left;
}

#linksTop a:link {
    padding: 0px 25px 0px 5px;
    font: 11pt century gothic, arial, sans-serif;
    font-weight:600;
    color:#7894e7;
    text-decoration:none;
    }

#linksTop a:visited {
    padding: 0px 25px 0px 5px;
    font: 11pt century gothic, arial, sans-serif;
    font-weight:600;
    color:#7894e7;
    text-decoration:none;
    }

#linksTop a:hover {
    padding: 0px 25px 0px 5px;
    font: 11pt century gothic, arial, sans-serif;
    font-weight:600;
    color:#a5bcfe;
    text-decoration:underline;
    }
    
 /*TEST AREA*/
 /*ROUNDED CORNERS CSS 3*/
#intro {  
    width:500px;
    height:600px;    
    margin-top: 66px;  
    padding: 44px;  
    background-color:Aqua;
    border-radius: 22px;  

    /* Background-size not implemented yet */  
    -webkit-background-size: 100%;  
    -o-background-size: 100%;  
    -khtml-background-size: 100%;  
  
    /* Border-radius not implemented yet */  
    -moz-border-radius: 22px;  
    -webkit-border-radius: 22px;  
    }  

