/* Reset */
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, del, em, font, img,
small, strike, strong, ol, ul, li,
fieldset, form{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0; color:#F90;
}
p{	
	font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#f90; 
}
h1{
	font-size:24px; line-height:26px;
	}
strong{
	font-size:18px; line-height:19px;
}
a {
	text-decoration:none; color:#F90;
} 
a:hover {
	text-decoration:underline; color:#666;
}

/* Main */
body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px;
}
#wrapper{
	width: 960px;
	margin: 0em auto;
	display:auto;
	}
#cell{
	display:auto;
}
.cellimage{
	margin-top:225px;
	margin-bottom:25px;
}