﻿* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

a:link{color: #6699FF; text-decoration:none}
a:active{color: #FF0000; text-decoration:none}
a:hover {color: #9933FF; text-decoration:none}
a:visited{color: #CC99FF; text-decoration:none}

body {
	background-color:#000000;
	text-align:center; /* horiz center for IE Win */
	}

p,table,tr,td {
	text-align:center;
	margin-left:0px;
	font-family:arial;
	font-size:11px;
	color: #FFFFFF;
	}

p.thank {
	margin-left:320px;
	font-family:arial;
	font-size:11px;
	color: #FFFFFF;
	}

img {
	border-style: solid;
	border-width: 0px;
	}

#parent { 
	width:1px;
	height:50%;
	background-color:#000000;
	margin-bottom:-200px; /* half of flashcontent's height */
	float:left;
	}

#flashcontent {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:400px;
	width:600px;
	clear:left;
	background-color:#000000;
	}
