/* 
========================================================================================================= CREDITS
Copyright : Copyright (c) 2008 JPL Productions & Morgan Corporation. All Rights Reserved.
Author(s) : Larry Daughenbaugh - ldaugh@jplprod.com 
Date      : 08/14/2008 
Notes     : Home CSS file for the Morgan Corporation LDX home page.
========================================================================================================= CHANGE LOG
Date		Name			Desc
---			---				---
========================================================================================================= BEGIN CSS
*/
body  {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #0e1114 url(../img/bg-repeat.jpg) repeat-x;
}
.body-container {
	width: 100%;
	text-align: center;
	background: url(../img/bg.jpg) no-repeat center top;
}
/* ====================================================================================================== FLASH CONTENT */
#flash-content {
	/*margin-top margin-right margin-bottom margin-left*/
	margin: 4px auto auto auto;
	padding: 0px;
	width: 920px;
	height: 650px;
	z-index: 100;
	text-align: center;
}
.flash-alert {
	padding: 30px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.flash-alert a { color: #FFF; }
.flash-alert a:hover { text-decoration: none; }
