@charset "utf-8";

html {
    height: 100%; 
	width:  100%;
}

#flashWrapper {
    height: 750px;
    width:  100%;
}

#wrightShell{
 	height: 750px;
    width:  100%;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, hr, td, table, tr{
    padding:0px;
    margin:0px;
    border:0px;
}

body{
    background-color:#000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    color:#FFF;
    height: 100%;
	width:  100%;
}

table{
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	border-collapse:collapse;
	text-align: center;
}

td, tr {
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	height:100%;
	text-align: center;
}

.content_td {
	text-align: center;
	height:750px;
	width:100%;
}


a img{
    border: none;
}

a{
    color:#FFF;
}


#altmessage{
    width: 300px;
    margin:auto;
    text-align:center;
}
