html,body{
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}

body{
	background: url(../img/bg_eastern_algarve.jpg);
	text-align: center;
}

#container {
	position: relative; 
  	width: 990px;
	margin: 50px auto 0px auto;
	text-align: center;
}

#border-top{
	width: 990px;
	height: 70px;
	background:url(../img/algarve_border_top.gif);
}

#content{
	width: 990px;
	background: url(../img/bg_travessa_do_trem.gif) repeat-y;
}

#content #inside{
	margin: 0px 60px 0px 60px;
}

#border-bottom{
	width: 990px;
	height: 70px;
	background:url(../img/algarve_border_bottom.gif);
}