body {
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	text-align: center;
	
    font: 13px Comic Sans MS, Arial,Helvetica, sans-serif;
	
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h1
{
     	font-size: 18px;
	font-weight: normal;
}
h2
{
     	font-size: 16px;
	font-weight: normal;
}

#shading_top
{
	position: absolute;
	top: 0;
	left: 0;
	background: #f3f3f3 url(images/shading_top.jpg) no-repeat 50% 0;
	height: 22px;
	width: 100%;
	z-index: 2;   
}
#shading_top_inv
{
	position: absolute;
	top: 0;
	left: 0;
	background: #f3f3f3 url(images/shading_top_inv.jpg) no-repeat 50% 0;
	height: 22px;
	width: 100%;
	z-index: 2;   
}

#shading
{
	width: 100%;
	background: #f3f3f3 url(images/shading_bg.jpg) repeat-y 50% 0;
	z-index: 1;
}
#shading_inv
{
	width: 100%;
	background: #f3f3f3 url(images/shading_bg_inv.jpg) repeat-y 50% 0;
	z-index: 1;
}

#shading_bottom
{
    clear: both;
    float: left;
    width: 100%;
	  background: #f3f3f3 url(images/shading_bottom.jpg) no-repeat 50% 0;
    z-index: 1;
}
#shading_bottom_inv
{
    clear: both;
    float: left;
    width: 100%;
	  background: #f3f3f3 url(images/shading_bottom_inv.jpg) no-repeat 50% 0;
    z-index: 1;
}

#contents
{
	position: relative;
	background-color: #ffffff;
	width: 980px;
	border-top: 5px solid #ffffff;
	margin: 0 auto;
	margin-top: 17px;
	text-align: left;
	z-index: 10;

	background-image: url(images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: top right;

}
#contents_inv
{
	position: relative;
	background-color: #000000;
	width: 980px;
	border-top: 5px solid #000000;
	margin: 0 auto;
	margin-top: 17px;
	text-align: left;
	z-index: 10;

	background-image: url(images/watermark-inv.jpg);
	background-repeat: no-repeat;
	background-position: top right;

}

				

