* {
	padding: 0;
	margin: 0;
}

body {
	background: #3ab8ed;
	margin: 0;
}


.top {
	background: url(images/bg_header.png) repeat-x bottom center;
	height: 145px;
	width: 100%;
}
.top .header {
	width: 960px;
	height: 100px;
	padding-top: 10px;
	margin: 0 auto;
}

.bottom {
	background: url(images/bg_footer.png) repeat-x top center;
	height: 115px;
	width: 100%;
}
.bottom .footer {
		width: 930px;
	height: 50px;
	padding: 35px 15px 0 15px;
	margin: 0 auto;
}
#container {
	width: 961px;
	margin: 0 auto;
}
#container table tr td img {
	margin:0;
	padding:0;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	padding: 15px 0;
}
