*
{	
	/* full width */
	margin:0;
	padding:0;
}

body
{
	width: 100%;
	background: #F5F5F5;
	text-align: center
}

#content
{
	width: 100%;
	background: white;
	padding-top: 70px;
}

#content table
{
	/* center the table */
	margin-left: auto;
	margin-right: auto;
}

#content table td
{
	padding: 5px;
}

#content a img
{
	border: 0;
}

#logo
{
	padding: 10px 0 30px 0;
}

#footer
{
	width: 100%;
	background: #F5F5F5;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #9B9B9B;
	text-align: center;
	line-height: 2.3em;
	padding-top: 15px;
}

#footer a:link, #footer a:visited {
	color: #9B9B9B;
	text-decoration: none;
}

#footer a:hover {
	color: #2A61BF;
	text-decoration:underline;
}

/* get rid of dotted box when selecting any link */
a:focus
{
    outline: none;
}
