@import url("base.css");

body
{
	background: #fff url(../images/bg.gif) repeat-x;
}
#teaser
{
	height: 220px;
}
#logobg
{
	background: #070606 url(../images/metal_01.jpg) no-repeat 5px 0;

}

#image
{
	background: url(../images/metal_02.jpg) no-repeat 0 3px;
}
#bar
{
	background: url(../images/bar.gif) repeat-x;
}

.headerlink {
	color : #444444;
	text-decoration : none;
}

.wrap .top {
	background : url(../images/wraptop.png) no-repeat;
	height:20px;
}

.wrap .content {
	background : url(../images/wrapcontent.png) repeat-y;
	padding:0px 20px;
}

.wrap .bottom {
	background : url(../images/wrapbottom.png) no-repeat;
	height:35px;
}

