﻿@charset "utf-8";
#container  {
	width: 1000px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
} 
#adsense_bottom {
	padding-top: 20px;
}

	
body  {
	background-image: url(../images/body_background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #ffffff;
	background-position: center top;
}
p {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	padding-left: 0px;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltlft {
	float: left;
	margin-right: 8px;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}

.clearfloat {
	clear:both;
}
