html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body
	{

text-align: center; 
	margin: 2% 10% 2% 10%;
	padding: 0;
	color: #404040;
    font: 400 13px/18px 'Droid Sans',Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #ffffff; 
     color: #000000;
	}
	.content
	{
	width: 1060px; 
	text-align: center;
	}

h2  {
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: #282828; 
    font-size: 32px;
    line-height: 40px;
    margin: 35px 0 15px;
    text-decoration: none;
}













