/* 
  tulse luper css 
*/
body {
    background-color: black;
    font-family: Times;

    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}
a {
	color: #660000;
	/*font-size: 90%;
	letter-spacing: 1px;*/
	text-decoration: none

}
a:hover {
	color: #bd2c27;
	text-decoration: underline
}

div.message{
	height: 400px ;
	vertical-align: middle;
	
	border-top: 1px; 
	border-top-color:#666; 
	border-top-style:solid; 
	border-bottom: 1px; 
	border-bottom-color:#666; 
	border-bottom-style:solid;

	background: url(../img/noflash-bgrnd.jpg);
	background-repeat: no-repeat;
	background-position:  center center;
}
div.message div.text{
	position:relative; 
	top:100px;
	left:0px; 
	width: 300px;
	height: 212px;

	padding-top: 80px;

	color: #666;
	font-size: 90%;
	/*letter-spacing: 1px;*/
	font-weight: bold;
}
div.message div.text H1{
	margin: 0;
	color: #669;
	font-size: 18;
}
div.message div.error{
	position:relative; 
	top:100px;
	left:0px; 
	width: 300px;
	height: 212px;

	padding-top: 80px;

	color: #660000;
	font-size: 90%;
	/*letter-spacing: 1px;*/
	font-weight: bold;
}
div.message div.error H1{
	margin: 0;
	color: #660000;
	font-size: 18;
}


#flashcontent {


}
div.noflash{
	height: 400px ;
	vertical-align: middle;

	border-top: 1px; 
	border-top-color:#666; 
	border-top-style:solid; 
	border-bottom: 1px; 
	border-bottom-color:#666; 
	border-bottom-style:solid;

	background: url(../img/noflash-bgrnd.jpg);
	background-repeat: no-repeat;
	background-position:  center center;
}
div.noflash div.text{
	position:relative; 
	top:100px;
	left:0px; 
	width: 300px;
	height: 212px;

	padding-top: 80px;


	color: #666;
	font-size: 90%;
	/*letter-spacing: 1px;*/
	font-weight: bold;
}

