/* CSS Document */
/* default css template for basic centered (not vertically centered) content */

/*--- set basics and defaults---*/


body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #2e4959;
}

table {
	width: 100%;
	height: 100%;
	background-color: #2e4959;
}

td {
	vertical-align: middle;
	background-color: #2e4959;
	align: center;
	text-align: center;
}


A:link, A:visited, A:active { text-decoration: underline; color: #000 }

div#wrapper	{
	margin: 0 auto;
	align: center;
	valign: middle;
	}
#no-flash-img{margin:10px 0 10px 0;}
#content p {margin:10px 0 10px 0;}
