body
{
	background-image: url(../images/blue_bg.png);
	background-repeat:repeat;
}
h2, h2 a
{
	text-decoration:none
}
a		
{
}
.header	
{
	height:400px;
}
.header, .content, .footer
{
	background-image: url(../images/paperWithTears_m.png);
	background-repeat:repeat-y;
	background-position:center;
}
.footer	
{
	height:120px
}
.wrapper	
{	
	background-image: url(../images/Shadowing_LR_700px.png);
	background-repeat:repeat-y;
	background-position:center
}
.image_t
{
	position:absolute;
	top:0;
	background-image: url(../images/paperWithTears_t.png);
	background-repeat:no-repeat;
	height:40px;
	width:700px;
	z-index:100000000;
}
.image_b
{
	position:absolute;
	bottom:0;
	background-image: url(../images/paperWithTears_b.png);
	background-repeat:no-repeat;
	height:33px;
	width:700px;
	z-index:100000000;
}