body {
	background-color: #000000;
	margin:0;
}
a img {
	border:0;
}
#wrapper {
	background-image:url(../images/header_02.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	width:100%;
}

#login {
	background-image:url(../images/header_09.png);
	background-repeat:repeat;
	width:322px;
	height:99px;
}
#left {
	background-image:url(../images/left-right_61.jpg);
	background-repeat:no-repeat;
	width:19px;
	height:15px;
}
#right {
	background-image:url(../images/left-right_64.jpg);
	background-repeat:no-repeat;
	width:19px;
	height:15px;
}
#bottom {
	background-color:#424242;
	width:100%;
}
#bottom_i {
	background-color:#000;
	width:100%;
}
#footer {
	background-color:#000000;
	width:100%;
}

	#sticky{
	position:fixed;
	right:0px;
	top:100px;
	width:50px;
	height:200px;
	z-index:1;
    }  
	
	#sticky2{
	position:fixed;
	right:0px;
	top:320px;
	width:50px;
	height:200px;
	z-index:1;
    }  
	
