* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('http://www.phuketthailandia.com/immagini/sfondo.jpg') no-repeat center top #dfa1d2;
}

#main {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
	
}

#header{
	width:1000px;
	position:relative;
	background: url('http://www.phuketthailandia.com/immagini/header.jpg') no-repeat left top;
	height: 300px;
	float:left;
}

#center{
	width:1000px;
	position:relative;
	margin-top:0px;
	background-color:transparent;
	float:left;
	background: url('http://www.phuketthailandia.com/immagini/center_layout.png') repeat-y left top;
}

#center_inside{
	width:900px;
	margin-left:53px;
}

#contenuto{
	padding:0px 10px;
}

h1{
	font-size:24px;
	font-weight:normal;
	text-align:center;
}

#footer{
	width:1000px;
	position:relative;
	background: url('http://www.phuketthailandia.com/immagini/footer.png') no-repeat left top;
	height:40px;
	float:left;
}

.testo{
	padding:10px;
	text-align:justify;
}

.testo a{
	font-weight:bold;
	color:#990099;
	text-decoration:none;
}

.testo a:hover{
	font-weight:bold;
	color:#990099;
	text-decoration:underline;
}