body{
	background-color: #000;
	margin: 0 auto;
}

#title1{
	position: absolute;
	top: 190px;
	right: 10px;
	text-align: right;
	font-family: Trebuchet MS, Verdana;
	font-size: 34pt;
	color: #FFF;	
}

#title2{
	position: absolute;
	top: 345px;
	right: 10px;
	text-align: right;
	text-decoration: underline;
	font-family: Trebuchet MS;
	font-size: 34pt;
	color: #FFF;	
}

#outer{
	position: absolute;
	width: 100%;
        top: 400px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC; 
}

#inner{
	width: 100%;
	height: 100px;
	background-image: url(images/loginbg.png);
	border-top: 5px solid #FF0000;
	border-bottom: 5px solid #FF0000;

}

#login{
        position: absolute;
        right: 10px;
	font-family: Trebuchet MS, Verdana;
	font-size: 10pt;
	color: #FFFFFF;	
	text-align: right;
}

#footer {
        position: absolute;
        top: 530px;
        right: 10px;
        color: #FFF;
	font-family: Trebuchet MS, Verdana;
        font-size: 10pt;
        text-align: right;
}		