/* General structural style declarations  */

body {
    font-family: "Lucida Grande",Tahoma,Arial,Sans-serif;
	font-size: 12px;
	color: #7b7278;
	line-height: 15px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
}

* {
    margin: 0px;
}

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

#copyWrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#copy {
    position: relative;
    top: 50%;
    left: 50%;
    float: left;
    width: 300px;
    margin-top: -26px;
    margin-left: -150px;
    height: 59px;
    text-align: center;
}

#copy h2,
#copy h1 {
    float: left;
    width: 245px;
    overflow: hidden;
    background-image: url(../images/text.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    text-indent: -9999px;
    padding-bottom: 21px;
}

#copy h2 {
    height: 21px;
    background-position: 0px -37px;
}

#copy h1 {
    height: 17px;
}