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

body
{
	background-color: rgb(241,241,241);
}

#main-content { 
	margin: 40px auto 20px; 
	width: 843px;
}

#left-side
{
	left: 0px;
	right: 0px;
	background: url("/img/home/left-side-panel.png") no-repeat;
	float: left;
	width: 73px;
	height: 629px;
}

#panel{
	background: url("/img/home/panel-1.png") repeat-x;
	float: left;
	width: 698px;
	height: 629px;
}

#right-side{
	background: url("/img/home/right-side-panel.png") no-repeat;
	float:  left;
	width: 72px;
	height: 629px;
}

#homepg-logo{ 
	position: relative;
	float: left;
	top: 40px;
	left: -5px;
	height: 160px;
	width: 125px;
}
	
#poolmate-watch-hompage{
	position: relative;
	left: 150px;
	top: 28px;
	width: 325px;
	height: 325px;
}
	
#info-buy{
	position: relative;
	float: right;
	margin-right: 40px;
	top: -75px;
}	

#Official{
	position: relative;
	float: right;
	left: -35px;
	top: 40px;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-size: 27px;
}

#stickfigures {
	position: relative;
	left: 270px;
	top: 40px;
	background: url("/img/home/stickfigures.png");
	width: 349px;
	height: 128px;
}
