/***********************************************/
/* styles.css                                  */
/* Copyright Motion Marketing, Inc.            */
/***********************************************/

/* Reset all */
* { margin: 0px; padding: 0px; }

body {
	background-color:#000;
	color:#FFF;
}

/*
#bkgrnd {
	background-image:url(../images/MotionMarketing-P51Concept.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
*/

#page {
	min-width:960px;
	max-width:1000px;
	/*min-height:300px; */
	margin:20px auto;
	overflow:hidden;
}

#mainimg {
	border:solid 10px #FFF;
}

#emailimg {
	margin:-4px 0;
}


#offscreentext {
	position:absolute;
	top:0;
	left:-9999px;
	width:625px;
}

#footer {
	font:"Times New Roman", Times, serif;
	font-size:.85em;
	margin:0 auto;
	color: #444;
	padding: 20px;
}
	#footer A:link, #footer A:visited { color: #666; text-decoration: none; }
	#footer A:hover, #footer A:active { color: #fff; text-decoration: underline; }

.separator { clear:both; }