/* 
    Document   : start2
    Created on : 2009-10-08, 09:00:26
    Author     : Rafał Szunejko
    Description:
        Startup site stylesheet.
*/

a { color: #6890c5; font-weight: normal; }
a:hover { color: #000; }
#container { width: 960px; margin: 10px auto 0 }
#left_col { float: left; width: 320px; height: 360px; background: url('./../img/static_separator.png') no-repeat right top }
#left_col img { margin: 60px 0 0 35px; border: 0 }
#left_col a.logo { outline: none }
#left_col p.site_addr { text-align: center; font-size: 14px; margin: 0; }
#left_col p.site_addr a { color: #6890c5; font-weight: bold; }
#left_col p.site_addr a:hover { color: #000 }
#right_col { float: left; width: 395px; height: 240px; padding: 225px 0 0 25px; }
.help{height:}
.logo_startup { background: url('./../img/static_startup_logo.png') no-repeat right top; }
.logo_404 { background: url('./../img/static_404_logo.png') no-repeat right top; }
.logo_blocked { background: url('./../img/static_blocked_logo.png') no-repeat right top; }
.logo_blocked { background: url('./../img/error_500.jpg') no-repeat 20% 0; }
.logo_break { background: url('./../img/break_logo.png') no-repeat center top; }
#right_col p { font:12px Arial; text-align: justify; }
#right_col p.header { height: 27px;  text-indent: -9999px; }
#right_col p.h_startup { width: 167px; background: url('./../img/static_startup_header.png') no-repeat left top; }
#right_col p.h_404 { width: 275px; background: url('./../img/static_404_header.png') no-repeat left top; }
#right_col p.h_blocked { width: 254px; background: url('./../img/static_blocked_header.png') no-repeat left top; }
#right_col p.h_500 { width: 254px; background: url('./../img/error_500.png') no-repeat left top; }
#right_col p.h_hosting_500 { width: 224px; background: url('./../img/error_hosting_500.png') no-repeat left top; }
#right_col p.h_break { width: 191px; background: url('./../img/break_header.png') no-repeat left top; }
#footer { text-align: left; font-size: 11px; margin-top: 10px; }

#billboard { margin: 0 auto; width: 750px; margin-bottom: 10px; }
#rectangle { margin: 0 auto; width: 300px; margin-top: 20px; }


