@charset "utf-8";
/* CSS Document */

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, sub, sup, tt, var,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background-color: #1b1b1b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

div#wrapper {
	width: 760px;
	margin: 20px auto 10px auto;
	text-align:left;
}

div#contact {
	width: 100%;
	height: 31px;
	background-image:url(../images/contactDetails.jpg);
}

div#mainContent {
	width: 100%;
	height: 369px;
	background-image:url(../images/background_uk.jpg);
}

div#partners {
	width: 745px;
	height: 106px;
	background-image:url(../images/partners_uk.jpg);
	padding: 0 0 0 15px;
}

div#partners h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 15px 0;
}

div#partners img {
	display: inline-block;
	margin-right: 10px;
}

div#footer {
	width: 100%;
	margin-top: 20px;
	text-align:center;
	font-size: 11px;
}

div#footer {
	color:#CCC;
}
