/*
** TEKNIVISION
*/

body 
{
	background-color: #000000;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	margin: 0; /* to avoid margins */
    text-align: center; /* to correct the centering IE bug*/	
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 800px;
     height: 550px;
     margin-top: -275px; /* half of the height */
     margin-left: -400px; /* half of the width */
     border: 0px solid #000;
     }

#info {
	width: 300px;
	overflow: auto;
}

#flashcontent {
	border: solid 0px #000;
	position:relative;
	width: 800px;
	height: 550px;	
}
