@import url("reset.css");
@import url("text.css");

.hide {
    display: none;
}

body {
    height: 100%;
    overflow: hidden;
}

#wrapper {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
    background: #fff url(../img/ulrich_bg.jpg) center center no-repeat;
}

#infotop,
#infobottom {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: absolute;
    left: 0px;
    background-color: #000;
    color: #fff;
    z-index: 999;
}

#infotop {
    border-bottom: solid 1px #fff;
    top: 0px;
}

#infobottom {
    border-top: solid 1px #fff;
    bottom: 0px;
}

#infotop p,
#infobottom p {
    margin: 0px 10px;
    text-align: center;
}

#uztag {
    display: block;
    width: 85px;
    height: 110px;
    position: absolute;
    left: 0px;
    top: 40%;
    background: transparent url(../img/ulrich_tag.png) center center no-repeat;
    text-indent: -10000px;
}

a {
    text-decoration: none;
    color: #f90;
}

a:hover {
    color: #fff;
}

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

