body{
	background: url('background.png') #7dd3ff no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	margin: 0px;
	color: white;
	font-family: verdana;
}

#second_bg{
	height: 100%;
	width: 100%;
	background: url('image.png') repeat-x;
}

td{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#main_div{
	width: 1000px;
	margin: 0px auto;
}

#exploitations{
	float: left;
	width: 456px;
}

#bubble{
	background: url('bubble.png') no-repeat;
	width: 444px;
	height: 180px;
	float: left;
}

#bubble_in{	
	padding-left: 0px;
	padding-top: 25px;
}

h1{
	margin: 0px;
	color: black;
	font-family: verdana;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

h2{
	margin: 0px;
	color: #72acd0;
	font-size: 16px;
	font-family: verdana;
	font-weight: normal;
	border-bottom: 1px dashed #cfe4f1;
	text-align: left;
}

p{
	margin: 0px;
	font-size: 12px;
	font-family: verdana;
	color: #000;
	text-align: left;
}