body{
	padding : 0;
	margin : 0;
	background-color : #FFFFFF;
	}
	
#logo{
	position : absolute;
	top : 0;
	left : 4;
	z-index : 0;
	}


#left-border{
	margin-top : 0;
	margin-left : 0;
	width : 4px;
	height : 600px;
	background-color : #336699;
	z-index : 2;
	}
	
#right-border{
	position : absolute;
	top : 0;
	left : 960px;
	width : 10px;
	height : 600px;
	background-color : #336699;
	z-index : 2;
	}
	
#bottom-border{
	position : absolute;
	top : 600px;
	left : 0;
	width : 970px;
	height : 4px;
	background-color : #336699;
	z-index : 2;
	}

#home{
	position : absolute;
	top : 6px;
	left : 890px;
	border : 0;
	cursor:hand;
	border-width : 0;
	z-index : 3;
	}
	
#home a{
	image-border : none;
	cursor:hand;
	border-width : 0;
	z-index : 3;
	}
	

#line {
	position : absolute;
	top : 570px;
	left : 240px;
	z-index : 2;
	}	

#copyright {
	position : absolute;
	top : 570px;
	left : 800px;
	width : 130px;
	z-index : 3;
	}
	
#copyright p{
	font-family : verdana;
	font-weight : normal;
	font-size : 9px;
	font-color : #000000;
	background-color : #FFFFFF;
	}
	
