body {
	background: url('../images/background.png') repeat-x #ffffff;
}

div#header {
	height: 170px;
}

div#header img {
	padding-top: 10px;
}

div#content {
	padding-top: 20px;
}

div#content h1 {
	font-size: 20px;
}

div#content p, div#content p a {
	color: #010101;
	text-decoration: none;
}

@media only screen and (max-width : 320px) {
	body {
		background: url('../images/background.png') repeat-x #ffffff;
		background-size: 10px 85px;
	}
	
	div#header {
		height: 85px;
	}
	
	div#header img {
		height: 40px;
	}
}