html
{
height:100%;
}

body 
{
height: 100%;
margin: 0;
background-color: #D5021B;

}
.content
{
width: 			500px;
margin-left:	auto;
margin-right:	auto; 

z-index:2;
text-align: center;
}

#altContent
{

}

#description
{
font-family: Helvetica, Arial, sans-serif;
position: relative;
margin-left: 30px;
top:30px;
color: #ffffff;
font-size: 12px;


width:600px;
top:30px;
color: #ffffff;
font-size: 13px;
}


H1
{
font-size: 17px;
}

H2
{
font-size: 14px;
}

#logo
{
position: fixed;
bottom: 20px;
right: 20px
}



