/* CSS Document */

/* common */
body {
	margin: 0;
	padding: 0;
	background-color: #696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color: #bdbdbd;
}

h1 {
	font-size:1em;
 	margin:0 0 5px 0;
}

p {
	font-size:1em;
	line-height:2em;
}

a:link { color: #871a1a;}
a:visited { color: #871a1a;}
a:active { color: #871a1a;}
a:hover { color: #7f7f7f;}

#pagemargin {
     position:absolute;
     left: 50%;
     top: 50%;
     width: 924px;
     height: 630px;
     margin-left: -462px; /* half of the width */
     margin-top: -300px; /* half of the height - 15 */
     border: none;
     }

#flash {
     width: 924px;
     height: 630px;
	 background: #696969;
     }

#flash img {
     border:none;
     }