/* 
========================================
RESET
========================================
*/
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0 auto;
	padding:0;
	font-family: "Helvetica Neue", Helvetica, "Times New Roman", Verdana, Tahoma, serif;
	margin: 0;
}
 
table {
	border-collapse: collapse;
	border-spacing:0;
}
 
fieldset,img { 
	border:0;
}
 
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
 
ol,ul {
	list-style:none;
}
 
caption,th {
	text-align:left;
}
 
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
 
q:before,q:after {
	content:'';
}
 
abbr,acronym { border:0;
}
 
/* 
========================================
WRAPPER
========================================
*/
 
#wrapper {
	margin: 0 auto;
	width: 640px;
}

#legal {
	margin-top: 19px;
	border-top: 1px solid #c2c2c2;
	width: 100%;
	height: 70px;
	text-align: center;
	float: left;
	text-transform: none;
	text-indent: 0px;
	font-size: 11px;
	color: #c2c2c2;
}

#legal a{
	color: #c2c2c2;
}

