@charset "utf-8";
@import "reset.css";


/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    background: #fff;
    margin: 0;
}

a.be {
    position: absolute;
    display: block;
    width: 151px;
    height: 27px;
	top: 302px;
    left: 600px;
    background: url("../img/be.png?1") no-repeat left top;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
a.be:hover {
    opacity: 1;
}

.container {
    margin: 50px 50px 0 50px;
    background: url("../img/txt.png?1") no-repeat left top;
    min-height: 545px;
    position: relative;
}

