@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background-color:#EEEEEE;
	10px=1em; font-family: Helvetica, Arial, sans-serif; color: #333333;
	font-size: 11px;

}

#container{
	width:868px;
	/*height: 1400px;
	overflow: hidden;*/
	background-color:#FFF;
	text-align:left;	
	margin: 0 auto;
}

/*-- Top ------*/

#content-top{
	width:868px;
	height: 467px;
	background:url(../images/products.jpg);
	position:relative;
}

#spysweeper-price{
	width: 230px;
	height: 150px;
	position: absolute; top:320px; left:50px;
}

#antivirus-price{
	width: 230px;
	height: 150px;
	position: absolute; top:320px; left:315px;
	
}

#wise-price{
	width: 260px;
	height: 150px;
	position: absolute; top:320px; left:580px;
}

/*-- Bottom ------*/

#content-bottom{
	width:868px;
	height:320px;
	position:relative;
	background-color:#fff;
}

#spysweeper-features{
	width: 260px;
	height: 300px;
	position: absolute; top: 10px; left:30px;
	background-image:url(../images/standardprotectionbg.gif)


}

#antivirus-features{
	width: 260px;
	height: 300px;
	position: absolute; top: 10px; left:300px;
	background-image:url(../images/advancedprotectionbg.gif)
}

#wise-features{
	width: 275px;
	height: 300px;
	position: absolute; top: 10px; left:575px;
	background-image:url(../images/premiumprotectionbg.gif)
}

#footer{
	width:868px;
	height: 150px;
	position: relative;
		
}

#spysweeper-awards{
	width: 150px;
	height: 80px;
	position:absolute; left: 100px;
}

#antivirus-awards{
	width: 210px;
	height: 80px;
	position:absolute; left: 335px;
}

#wise-awards{
	width: 130px;
	height: 80px;
	position:absolute; left: 655px;
}







