html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
body {
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}
#container
{
	width: 896px;
	margin-left: auto;
	margin-right: auto;
	min-height:650px;
	height:auto !important;
	height:650px;
}
#header
{
	width: 896px;
	height: 218px;
}
#content
{
	margin-bottom: 20px;
	width: 896px;
	min-height:700px;
	height:auto !important;
	height:700px;
	background-color:#000000;
}
#contentTop
{ 
	float: left;
	width: 896px;
	background-color:#ffffff;
}

.smallImage
{
	float: left;
	margin-top:25px;
	margin-left:25px;	
	cursor: pointer;
}