
		body
		{
			font-family: Verdana;
			font-size: 14px;
			padding: 0px;
			margin: 0px;
			position: absolute;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			background-color: #c6c6c6;
			background-image: url( /images/ww_background.png );
			background-repeat: repeat-x;
		}

		#rap
		{
			position: relative;
			margin: 0px auto 0px auto;
			width: 636px;
			height: 100%;
			background-color: white;
			background-repeat: repeat-x;
			background-image: url(/images/ww_main_background.png);
		}

		#body
		{
			/*
			position: relative;
			height: 100%;
			width: 100%;
			*/
			position: absolute;
			left: 0px;
			right: 0px;
			top: 0px;
			bottom: 0px;
		}

		#main
		{
			position: absolute;
			padding: 0px 40px 20px 40px;
			top: 0px;
			left: 101px;
			right: 0px;
			bottom: 0px;
		}

		#main_content
		{
			position: absolute;
			top: 80px;
			left: 40px;
			right: 10px;
			padding-right: 20px;
			bottom: 40px;
			overflow: auto;
		}


		h1, h2
		{
			font-family:	'Trebuchet MS';
			font-size:		37px;
			font-weight:	normal;
		}

		h2
		{
			font-size: 20px;
		}

		#download
		{
			position: relative;
			background-image: url( /images/ww_widget.png );
			background-repeat: no-repeat;
			margin-top: 26px;
			width: 422px;
			height: 137px;
			margin-left: auto;
			margin-right: auto;
		}

		#download .content
		{
			text-align: center;
			position: absolute;
			left: 166px;
			top: 30px;
			bottom: 30px;
			right: 24px;
		}

		td.left
		{
			/*width: 140px;*/
			padding-right: 20px;
}

		#download .content h2
		{
			margin-top: 2px;
			margin-bottom: 4px;
		}

		#leftbar
		{
			position: relative;
			background-image: url(/images/ww_sidebar_background.png);
			background-repeat: repeat-y;
			width: 101px;
			height: 100%;
		}

		#icon
		{
			position: relative;
			top: 10px;
			left: 15px;
		}

		#left_edge
		{
			background-image: url(/images/ww_left_edge.png );
			left: -8px;
		}

		#right_edge
		{
			background-image: url(/images/ww_right_edge.png );
			right: -8px;
		}

		#right_edge, #left_edge
		{
			bottom: 0px;
			width: 8px;
			top: 0px;
			position: absolute;
			background-repeat: repeat-y;
			background-color: none;
		}

		#footer
		{
			position: absolute;
			bottom: 10px;
			left: 30px;
			right: 30px;
			border-top: 1px solid #eee;
			padding-top: 10px;
			font-size: 10px;
			color: #aaa;
			text-align: center;
		}

		#footer a
		{
			color: #aaa;
		}

		#donate 
		{
			background-image: url( /images/ww_donate.png );
			background-repeat: no-repeat;
			width: 282px;
			height: 110px;
         position: relative;
			margin-left: auto;
			margin-right: auto;
		}	

		#price
		{   
			width: 80px;
			height: 30px;
			text-align: center;
			position: absolute;
			font-weight: bolder;
			font-size: 32px;
			top: 34px;
			left: 14px;
			 
		}

		#donate input
		{
			width: 30px;
			height: 30px;
			font-size: 30px;
			text-align: center;
		}

		/*
		#donate select option
		{
			font-size: 30px;
		} 
	  */		

		#donate a
		{
			font-family: 'Trebuchet MS';
			font-size: 32px;
			position: absolute;
			top: 34px;
			left: 124px;
			text-decoration: none;
			color: black;
		}

		#donate a:hover
		{
			text-decoration: underline;
		}
