@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------*/
/*                                                                                      */
/*                                        Matt Faucher                                  */
/*                                       FlameNet.co.uk                                 */
/*--------------------------------------------------------------------------------------*/

body{
		background-color:#666;
		margin-top:5%;
		padding:0;
		background-image:url(images/bodyBG1.png);
		background-repeat:repeat;
}

/*--------------------------------------------------------------------------------------*/
/*                                                                                      */
/*                                        Wrapper                                       */
/*                                                                                      */
/*--------------------------------------------------------------------------------------*/
#wrapper{
		position:relative;
		width:880px;
		margin-left:auto;
		margin-right:auto;
		background-color:transparent;
}

/*--------------------------------------------------------------------------------------*/
/*                                                                                      */
/*                                        Content                                       */
/*                                                                                      */
/*--------------------------------------------------------------------------------------*/
#content {
	float:inherit;
	width:800px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/option2BG.jpg);
	background-repeat:no-repeat;
}

/*--------------------------------------------------------------------------------------*/
/*                                                                                      */
/*                                        3 BedRoom Villa                               */
/*                                                                                      */
/*--------------------------------------------------------------------------------------*/
#box2 {
	position:absolute;
	left:69px;
	top:59px;
	width:345px;
	z-index:1;
}
/*--------------------------------------------------------------------------------------*/
/*                                                                                      */
/*                                        4 BedRoom Villa                               */
/*                                                                                      */
/*--------------------------------------------------------------------------------------*/

#box1 {
	position:absolute;
	left:466px;
	top:60px;
	width:345px;
	z-index:1;
}

#text3v {
	position:absolute;
	left:58px;
	top:366px;
	width:370px;
	height:67px;
	z-index:1;
}
#text4v {
	position:absolute;
	left:446px;
	top:367px;
	width:378px;
	height:67px;
	z-index:1;
}

#StickyL {
	position:absolute;
	width:46px;
	height:45px;
	z-index:1;
	left: 36px;
	top: -4px;
}

#StickerR {
	position:absolute;
	left:799px;
	top:-1px;
	width:52px;
	height:45px;
	z-index:1;
}
#stickBL {
	position:absolute;
	left:34px;
	top:416px;
	width:44px;
	height:45px;
	z-index:1;
}
#stickBR {
	position:absolute;
	left:803px;
	top:414px;
	width:43px;
	height:47px;
	z-index:1;
}

#masthead {
	position:absolute;
	left:179px;
	top:-56px;
	width:521px;
	height:127px;
	z-index:1;
}
/*--------------------------------------------------------------------------------------*/
/*                                                                                      */
/*                                        Textual Styles                                */
/*                                                                                      */
/*--------------------------------------------------------------------------------------*/

body p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:70%;
	color:#000;
	padding:0;
	margin:0;
}
