/* CSS Document */

.bodytext img {
	margin: 10px;
}

#headerline a#logo{
background:url(../images/logo.png) no-repeat;
}

#title_container{
	display: block;
	position: relative;
	
	width:460px;
	height:31px;
}

#icon{
	display:block;
	
	width:inherit;
	height:inherit;

	background-repeat:no-repeat;

	position: absolute;	
	z-index: 1;
}

#headerline{
	display:block;
	
	width:inherit;
	height:inherit;
	
	background-position: 40px 0px;
	background-repeat:no-repeat;
	
	position: absolute;
	z-index: 2;
}