@charset "UTF-8";
/* CSS Document */

body {
	background: #FF3030;
	margin: 0px;
	font-family: Helvetica, Arial, San-serif;
	font-size: .7em;
	line-height: 1.4em;
}

img {
	border:none;
	}

#logo {
	width: 285px;
	margin:150px 108px 0 auto;
	text-align: centre;
	}

#footer {
	width:99%;
	height: 235px;
	position:absolute;
	bottom: 0px;
	}

#content {
	width:360px;
	float: right;
	}

#details {
	background: #FF3030 url(images/hairline.jpg) no-repeat top;
	padding: 10px 0;
	margin: 0 0 10px 0;
	}
	
#partners {
	background: #FF3030 url(images/hairline.jpg) no-repeat top;
	padding: 6px 10px 3px 0;
	margin: 0 0 10px 0;
	}
