body {
	margin:0;
	padding:0;
	background: #ffffff url("images/bg.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-family:Arial, Helvetica, sans-serif;
}

img{border:none;}
a{border:none; text-decoration:none;}

#container{
	position:relative;
	margin:0 auto;
	width:700px;
}

#logo{
	position:relative;
	top:25px;
	margin:0 auto;
	width:392px;
	height:237px;
	background:transparent url('images/logo.png') no-repeat;	
}

#santa{
	position:relative;
	margin:0 auto;	
	top:20px;
	width:688px;
	height:215px;	
	background:transparent url('images/santa.png') no-repeat;		
	color:#e90104;
	text-align:center;
}

#santa .textbox{
	position:absolute;
	left:20px;
	top:140px;
	width:600px;
	
}

#santa .title{
	font-size:28px;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:0;
}

#santa .subtitle{
	font-size:23px;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;	
}






#valentine{
	position:relative;
	margin:0 auto;	
	top:55px;
	width:688px;
	height:130px;	
	background:transparent url('images/valentines-bg.png') no-repeat;		
	color:#e90104;
	text-align:center;
}

#valentine .textbox{
	position:absolute;
	left:45px;
	top:15px;
	width:600px;
	
}

#valentine .title{
	font-size:25px;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:0;
}

#valentine .subtitle{
	font-size:21px;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:5px;	
}


#services{
	position:relative;
	top:40px;
	width:700px;
	height:270px;
}

#maintenance{
	position:absolute;
	left:6px;
	top:0px;
}

#operations{
	position:absolute;
	right:6px;
	top:0px;
}

