
    .header
    {
       width:100%; height:110px;
       position:relative;
        }
        
        .logo{ width:605px; height:75px; position:absolute; top:25px; left:20px;}
        .enter{ width:140px; height:12px; position:absolute; top:38px; right:20px;}
        
    .content
    {
       width:auto; height:560px;
       padding:0 20px 0 20px;
        }
        
    .colmask {
        clear: both;
        float: left;
        position: relative;
        width: 100%;
    }
    
        /* 1 column full page settings */
    .fullpage {
	    /*background:#fff;*/
    }
    .fullpage .col1 {
	    margin:0;
	    position:relative;
	    overflow:hidden;
    }