﻿body 
{
    font-size: 11px;
    font-family: Tahoma;
}
#slider {
	width: 800px;
	background-repeat: no-repeat;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}


#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}
#wrap {
margin: 40px auto 0 auto;
width: 100%;
position: absolute;
z-index:1;
}

.ptext
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normal;
		color:#303030;
	}
