@charset "utf-8";
/* CSS Document */

@import url(http://reset5.googlecode.com/hg/reset.min.css);

body {
background:#05233e url(bg.jpg) repeat-x; 
text-align:left;
color: #816a79;
font: 13px/1.8em;
font-family: 'Raleway', Arial, sans-serif;
letter-spacing: 2px;
margin:0 auto;
padding:0;
font-weight: normal;
}

.push {
	height: 150px;
	width: 100%;
}

.caption {
	margin-top: 15px;
	text-align: center;
	background: #031423;
	padding: 10px; 
	color: #1896c4;
	width: 980px;
	height: 50px;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 400;
}

p {
	padding-top: 10px;
}