body  {
	font-family:Tahoma;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
#container { 
	width: 775px;
	background: transparent;
	margin: 0px auto 0px auto;
	text-align: left; 
}
#header{
	background: url(images/header3.jpg) no-repeat;
	height: 177px;
	width: 730px;
}
#left{
	background: url(images/left.jpg) no-repeat;
	height: 390px;
	width: 193px;
	float: left;
}
#center{
	background: url(images/content.jpg) no-repeat;
	height:390px;
	width: 345px;
	float: left;
}
#right{
	background: url(images/right.jpg) no-repeat;
	height: 390px;
	width: 227px;
	float: left;
	color:#ff0000;
}
#content{
	padding:20px 25px 0px 25px;
	text-align: center;
}
#footertwo{
	text-align: center;
}
#button{
	margin-left:65px;
	margin-top:10px;
}
#login{
	text-align:center;
	padding-left:15px;
	font-size:12px;
}
strong{
	font-size:16px;
}
