* {
	padding:				0px;
	margin:					0px;
}

a {
	font-family:			"Tahoma";
	font-size:				12px;
	color:					#FFFFFF;
	text-decoration:		none;
}

html, body {
	height:					100%;
}

div#container {
	width:					898px;
	_height:				100%;
	min-height:				100%;
	margin:					0 auto;
	background-image:		url( './../images/container.png' );
	background-repeat:		repeat-y;
	position:				absolute;
	left: 					50%;
	margin-left: 			-449px;
}

div#container div#header {
	width:					898px;
	height:					145px;
	background-image:		url( './../images/header.png' );
	background-repeat:		no-repeat;
}

div#container div#menu_left {	
	position:				absolute;
	width:					159px;
	margin-left:			1px;
	left:					0px;
	float:					left;
}

div#container div#menu_left div.top, div#container div#menu_right div.top {
	height:					17px;
	background-color:		#6cacc8;
	font-family:			"Tahoma";
	font-size:				12px;
	color:					#FFFFFF;
	font-weight:			bold;
	padding-left:			6px;
	padding-top:			3px;
	border-bottom:			1px solid #FFFFFF;
}

div#container div#menu_left div.top2, div#container div#menu_right div.top2 {
	height:					17px;
	background-color:		#6cacc8;
	font-family:			"Tahoma";
	font-size:				12px;
	color:					#FFFFFF;
	font-weight:			bold;
	*margin-top:			-2px;
	padding-left:			6px;
	padding-top:			3px;
	border-bottom:			1px solid #FFFFFF;
}

div#container div#menu_left ul, div#container div#menu_right ul {
	list-style:				none;
	*margin-top:			2px;
}

div#container div#menu_left ul li, div#container div#menu_right ul li {
	height:					17px;
	background-color:		#b4de18;
	font-family:			"Tahoma";
	font-size:				12px;
	color:					#FFFFFF;
	font-weight:			bold;
	padding-left:			15px;
	padding-top:			3px;
	border-bottom:			1px solid #FFFFFF;
	*margin-top:			-2px;
	cursor:					pointer;
}

div#container div#content {
	float:					left;
	width:					556px;
	margin-left:			1px;
	position:				relative;
	left:					171px;
	padding-top:			13px;
	padding-bottom:			40px;
	font-family:			"Tahoma";
	font-size:				12px;
	color:					#444444;
}

div#container div#content a {
	color:					#444444;
}

div#container div#content div#download {
	width:					250px;
	height:					33px;
	background-image:		url( './../images/download.png' );
	background-repeat:		no-repeat;
	margin:					0 auto;
	padding-left:			56px;
	padding-top:			38px;
	cursor:					pointer;
}

div#container div#content div#download span#download_now {
	font-size:				15px;
	font-weight:			bold;
	color:					#0048c0;
}

div#container div#content div#download span#download_spyware {
	font-size:				11px;
	font-weight:			normal;
	color:					#999999;
}

div#container div#content div.line {
	width:					525px;
	height:					1px;
	font-size:				1px;
	background-color:		#eeeeee;
	margin:					0 auto;
	margin-bottom:			5px;
}

div#container div#menu_right {
	float:					left;
	width:					159px;
	left: 					181px;
	position:				relative;
}

div#container div#footer {
	width:					898px;
	margin:					0 auto;
	height:					16px;
	background-image:		url( './../images/footer.png' );
	background-repeat:		no-repeat;
	font-family:			"Tahoma";
	font-size:				12px;
	color:					#FFFFFF;
	font-weight:			bold;
	position:				absolute;
	bottom:					0px;
}