/*	Note: This CSS-file is © copyrighted by Rakkerzero.net !
	--------------------------------------------------------
*/

	*				{
						padding: 0px; 
						margin: 0px;
					}
	
	body			{
						background-image: url(img/bgrd.gif);
						font-family: sans-serif;
 						font-size: 13px;
					}

	#hcontainer		{
						background-image: url(img/bgrd2.jpg);
						min-width: 100%;
						height: 600px;
						border-bottom: 1px solid #5E5E5E;					
					}
					
	#pcontainer 	{
						margin: 0;
					}

	#header			{
						width: 800px;
						color: #FFF;
						border: 0px;
						height: 140px;
						margin: 0px;
						background-image: url(img/bgrd-top.jpg);
						position: relative;
					}
	#header .logo
					{
						position: absolute;
						top: 43px;
						left: 446px;
					}
					
	#content		{ 
						width: 800px;
						color: #000;
						border: 0px;
						height: 360px;
						margin: 0px;
						background-image: url(img/bgrd-content-01.jpg);
						position: relative;
					}
	#content p		{
						color: black;
						font-size: 10px;
						line-height: 16pt;
						border-right: 1px dashed #BCEC7A;
						margin: 00px 0px 00px 0px;
						width: 350px;
						position: absolute;
						top: 43px;
						left: 450px;
					}
					
	#footer			{ 
						width: 800px;
						color: #FFF;
						border: 0px;
						height: 100px;
						margin: 0px;
						background-image: url(img/bgrd-bottom.jpg);
						position: relative;
					}
	#footer	p		{
						color: #C1C1C1;
						font-size: 10px;
						position: absolute;
						top: 43px;
						left: 450px;
					}
