/* CSS Document */

body {

padding:0px; margin:0px; overflow:hidden;
font-family: Helvetica, sans-serif;
background-image: url('images/bg.png');
}

.bg{
position:absolute; width:100%; height:100%; margin:0px; padding:0px; left:0px; right:0px;z-index:1
}
#right{
width:650px;
padding:3px;
height:420px;
}
#right1{
width:660px;
padding:3px;
height:420px;
}

.outline {
margin-top:40px;
width:950px;
}
.pic 
{
background-image: url ('images/bg.png');
}
#left
{
width:230px;
height:420px;
padding:3px;
}
.info {
	color: white;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	text-align: justify;
	text-shadow: 1px 2px 1px #000;
	line-height:19px;
}

.title{
color:white;font-family: Helvetica, sans-serif;text-shadow: 1px 2px 1px #000;font-size:16px;font-weight:bold;

}
.yellow{
color: yellow;
font-size:16px;
text-shadow: 1px 2px 1px #000;
}
.white{
color: white;font-size:14px;
font-family: Helvetica, sans-serif;text-shadow: 1px 2px 1px #000;
}