body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #404041;
	background-image:url('http://www.learnteach.org.uk/web/img/noise.png'),-webkit-radial-gradient(center, ellipse cover, #f1f1f1 100%, #cacaca 60%, #f5f5f5 100%);
    top: 0;
    position: relative;
	}
	
.wrapper, .holder {
	margin: auto;
	text-align:center;
	padding: 0;
	border: 0;
	width:800px;
    top: 0;
    position: relative;
	}
	
.holder {
	margin-top:25px;
	}
	
.title {
	margin: auto;
	padding: 10px;
	margin-top:25px;
	border: 0;
	width:auto;
	background-color:#ffffff;
	width:640px;
    position: relative;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:block;
	overflow:hidden;
	}

.logo {
	margin: 10px;
	padding: 10px;
	border: 0;
	width:300px;
	background-color:#ffffff;
    top: 0;
    position: relative;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	overflow:hidden;
	}
	
	

