body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

body{
    background-color: #455560;
}

.container{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -177px;
}

.txt{
    position: absolute;
    background-image: url(/images/homepage/txt.png);
    background-repeat: no-repeat;
    width: 302px;
    height: 23px;
    left: 50%;
    margin-left: -151px;
    top: 0px;
}

.buttons{
    position: absolute;
    background-image: url(/images/homepage/bg_buttons.png);
    background-repeat: no-repeat;
    width: 711px;
    height: 354px; /* was 172 */
    left: 50%;
    margin-left: -365px;
    top: 26px;
}

.button_red{
    position: absolute;
    top: 103px;
    left: 14px;
    width: 294px;
    height: 145px;
}

.button_blue{
    position: absolute;
    top: 103px;
    left: 403px;
    width: 294px;
    height: 145px;
}
a.button_gallery {
    background: url(/images/homepage/button_gallery.png) no-repeat top left;
    color: #fff;
    display: block;
    font-family: "Helvetica",Arial,Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    height: 25px;
    outline: none;
    padding-top: 12px;
    text-align: center;
    text-decoration: none;
    width: 301px;
    
    position: absolute;
    left: 10px;
}
a.one {
    top: 255px;
}
a.two {
    top: 294px;
}
