@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family:"helveticaneuelt";
	font-size: 12px;
	color:#5a5a5a;
	background-image: url(../images/addbox-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #ffffff;
}
p {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 {
	margin-bottom: 12px;
	margin-top: 8px;
	font-size: 34px;
	font-family:"helveticaneuelt";
	color: #5a5a5a;
	font-weight: bold;
}
a{
color: #666666;
}

div {
	
}
a img {
	border: none;	
}
#outer-container {
	width: 100%;
	float: none;
}
#inner-container {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 60px;
}
