body {
	font-family: verdana,arial,sans-serif;
	background-color: #eee;
	margin-top: 50px;
	background-image: url('bg.png');
	background-repeat: repeat-x;
}

#container {
	width: 600px;
	height: 250px;
	margin: auto;
	background-color: #fff;
}
h1 {
	font-size: 20px;
	color: #fff;
	background-color: #30a2b7;
	width: 580px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
p {
	padding-left: 20px;
}

#main img {
	float: right;
	margin-right: 40px;
}

#main p {
	font-size: 18px;
	color: #000;
	background-color: #fff;
	margin-left: 40px;
}

#footer {
	clear: both;
}

#footer p {
	font-size: 14px;
	color: #fff;
	background-color: #30a2b7;
	margin-top: 60px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
	width: 270px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#footer a:hover {
	border-bottom: 1px solid #fff;
}

p.footer-left {
	float: left;
}

p.footer-right {
	padding-right: 20px;
	float: right;
	text-align: right;
}
#sub-footer {
	clear: both;
	font-size: 10px;
	padding-left: 20px;
}
