html body { 
	margin:0; 
	padding:0; 
	height:100%; 
	width:100%;
} 
#holder{
	position:relative;
	margin-left:40px;
	margin-top:45px;
	background-image:url(img/borderver.jpg);
	background-repeat:repeat-y;
}
#hbor {
	height: 15px;
	font-size:1px;
	line-height:0;
	margin-left:15px;
	
}
#hborR{
	position:relative;
	height:15px; 
	background-color:#dc2a38;
	font-size:1px;
	line-height:0
}
#hborB{
	height:15px;
	margin-left:30px;
	background-color:#145192;
	font-size:1px;
	line-height:0
}
#nav {
	position:absolute;
	top:57px;
	left:130px;
}
#nav a{
	text-decoration:none;
	color:#1f00df
}
#nav a:hover{
	text-decoration:none;
	color:#800000;
}
#main{
	position:relative;
	margin-top:15px;
	margin-left:60px;
}
.background{
	background-image:url(img/background.jpg);
	background-repeat:no-repeat;
	height:600px;
	width:584px;
}
