/* CSS Document */
body {
		margin: 0px 0px 0px 0px;
		background-color:#000;
		font-family:Helvetica, Arial, sans-serif;
		font-size:20px;
		color:#ededed;
		font-weight:bold;
		
     	/*turn off font resizing*/
		-webkit-text-size-adjust: none;
}

img {
		border:1px solid #ededed;
}

/* 	Footer div container and accompanying class style for text in footer */
#footer_wrap {
		margin:25px 0 55px 0;
		padding:0;
		text-align:center;
}

p.legal {
		margin: 5px 0 0 0px;
		padding: 0;
		font-size: 10px;
		font-weight: normal;
		color:#ededed;
}