@charset "utf-8";
/* CSS Document */

/* CSS RESET ----------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: arial, helvetica, sans-serif;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}



ol, ul {
     list-style: none
}


table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}


/*img {float:left;}*/

img a { border:0;}

/* ------------------------------------------------------------------------------- */
.spacer_1 {width:100%; height:1px; clear:left;}

.spacer_5 {width:100%; height:5px; clear:left;}

.spacer_10 {width:100%; height:10px; clear:left;}

.spacer_20 {width:100%; height:20px; clear:left;}

.spacer_30 {width:100%; height:30px; clear:left;}

.spacer_40 {width:100%; height:40px; clear:left;}

/* ------------------------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* ------------------------------------------------------------------------------- */


body { background:#000; }

#home_wrapper { position:absolute; top:50%;  width:100%; height:428px; margin-top:-214px;  }
#home_box { width:765px; height:428px; margin:auto; }


/*CONTACT*/
a#contact {background:#c00 url(../images/home_contact.png) no-repeat top left; display:block; height:49px; text-indent:-9999px; width:765px;}
a#contact:hover {background-position:bottom;}