@charset "UTF-8";
/* CSS Document */

html{height:100%}
html,body {margin:0;padding:0;}
body{
	background-color: #333333;
	background-image:url(site-background-pattern-07.jpg);
	background-repeat:repeat;
	text-align:center;
	min-width:650px;
	
}
#flashvertical{
	position:absolute;
	top:50%;
	margin-top:-300px;/* half flash height*/
	left:0;
	width:100%;
}
#flashhoz {
	width:800px;/* flash width*/
	margin-left:auto;
	margin-right:auto;
	height:600px;/* flash height*/
	background:#000;
}

#altContent {
	padding:30px;
}


h1 {color:#fff;margin:0;padding:0}

p {font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #959595; padding:0px; margin:0px;}

a {color:#F00}

img {border:0px;}


