html{
    background:url('images/thornyrose.png') no-repeat center center;
	background-color: #000000;
    min-height:100%;
    background-size:50% auto;
}



body{
    min-height:100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 26pt;
    color: #FFFFFF;
    text-align: center;
}

h1 {
    left: 0;
    line-height: 200px;
    margin: auto;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 100%;
}

a {
    color: #C66BFF;
}

.center {
    display: block;
    margin: auto;
}