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, input, select, textarea {
  background-repeat: no-repeat;
}

body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body, html
{
	background-color: #f3f3f3;
}

.contentBlock
{
	background-color: #ffffff;
	background-image: url(../img/error404/sitelogo.gif);
	background-position: 80px 77px;
	color: #262626;
	
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	
	margin: 100px auto;
	padding: 75px 75px 75px 240px;
	
	width: 625px;
}

.contentBlock h1
{
	font-size: 40px;
	
	margin-bottom: 10px;
}

.contentBlock h2
{
	font-size: 18px;
	
	margin-bottom: 16px;
}

.contentBlock p
{
	font-size: 11px;
	line-height: 17px;
	
	margin-bottom: 28px;
}

.contentBlock .contact
{
	margin: 18px 0;
}

.contentBlock .contact img
{
	float: left;
}