﻿@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(http://www.athleticarcade.com/images/body_background_wider.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #ffffff;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	
}
p {
	text-align: left;
	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;
}
