body {
	background: url(../images/sky.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.wrapper {
	width: 725px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #333;
	}
.content {
	width: 700px;
	margin: 0 auto;
	position: relative;
	}
.content #top {
	background: url(../images/top.jpg) no-repeat;
	display: block;
	width: 700px;
	height: 74px;
	}
.content #flash {
	width: 700px;
	border: 1px solid #333;
	}
.content #bottom {
	width: 700px;
	height: 160px;
	display: block;
	background: url(../images/bottom.jpg) no-repeat;
	}
.footer {
	width: 725px;
	margin: 40px auto;
	}

/* FONTS */
h2 {
	color:#CFCFCF;
	font-size:9px;
	text-decoration:none;
	}
h3 {
	color:#333;
	font-size:9px;
	text-decoration:none;
	}