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;
     color: #FFFFFF;
    text-align: center;
	margin: auto;
	max-width: 1000px;
}

h1 {
    min-height:100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 25pt;
    color: #FFFFFF;
    text-align: center;
	margin: auto;
	max-width: 1000px;
}

h2 {
    min-height:100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 20pt;
    color: #FFFFFF;
    text-align: center;
	margin: auto;
	max-width: 1000px;
}
h3{
	min-height:100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 16pt;
    color: #FFFFFF;
    text-align: center;
	margin: auto;
	max-width: 1000px;
}


a {
    color: #FF33FF;
}
.left {
	float: left;
	padding: 0 10px 10px 0;
}

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