/* @override http://www.goodreds.net/style.css */

body {
	color: #2f2f2f;
	font: 62.5% Tahoma, Helvetica, Verdana, Arial, sans-serif;
	background: url(../images/qld.gif) no-repeat -20px 0;
}

a {
	color: #777777;
	text-decoration: none;
}

p {
	font-size: 1.75em;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.header {
	margin-bottom: 10px;
	margin-top: 0;
	color: #494949;
	font-size: 2.5em;
	text-align: left;
}

#container {
	width: 960px;
	position: relative;   
	left: 50%;   
	margin-left: -480px; /*half the width of the div*/
}

#main-content {
	margin-right: 50px;
	margin-left: 280px;		
	margin-top: 160px;
}

#main-content img {
	margin-left: 270px;
	margin-bottom: 40px;
}

#message {
	margin-top: -20px;
	margin-left: 180px;
	font-size: 1.6em;
}

#contacts {
	height: 200px;
	margin-left: 330px;
	text-align: left;
	margin-bottom: 100px;
	width: 200px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	padding: 0 20px 10px;
	margin-top: -30px;
}

#twitter {
	float: right;
	margin-top: -200px;
}


