/* 	Probe3
	Layout CSS
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Body - General Layout Structure	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../assets/bg-temp.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

a:link {
	color: #4b4b4b;
}
a:visited {
	color: #4b4b4b;
}
a:hover {
	color: #4b4b4b;
}
a:active {
	color: #4b4b4b;
}

#content {
	width: 960px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 175px;
	float: none;
	}