/* set global attributes */

html {
height:100%; 
max-height:100%; 
padding:0; 
margin:0; 
border:0; 
background-color: #FFFFFF;
overflow-y: scroll;
}

body 
{
background-color: #FFFFFF;
}



/* content */

.content 
{
width: 500px;
position: absolute;
top: 0px;
left: 50%;
margin-left: -250px; 
border: none;
text-align: center;
background: rgba(255,255,255,0.6);
z-index: 9;
padding-top: 90px;
padding-bottom: 60px;
}

.content p
{
text-align: justify;
font-family: tahoma;
font-size: 12px;
color: #000000;
}

.content h1
{
text-align: left;
padding-left: 20px;
margin-top: 40px;
margin-bottom: 20px;
position: relative;
font-family: Tahoma;
font-size: 28px;
font-weight: normal;
letter-spacing: 10px;
color: #000000;
text-shadow: 1px 1px 6px #000000;
}
