/* !The Soulshaker websites's style!  */

body
	{
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	color: #000000;
	}
	
a:link {
	text-decoration: none;
	color: #630000;
	}

a:visited {
	text-decoration: none;
	color: #630000;
	}

a:hover {
	text-decoration: underline;
	color: #630000;
	}

a:active {
	text-decoration: none;
	color: #630000;
	}

#keret
	{
	width: 664px; height: 1000px;
	}
	
	#top
		{
		width: 664px; height: 16px;
		float: left;
		background-image:url(images/top.png);
		background-position:bottom;
		background-repeat:no-repeat;
		}
		
	#fejlec
		{
		width: 664px; height: 497px;
		float: left;
		background-image:url(images/main.png);
		}
		
	#tartalom
		{
		width: 664px; height: 436px;
		float: left;
		}
		
		#baloldal
			{
			width: 7px; height: 436px;
			float: left;
			background-image:url(images/left.png)
			}
			
		#kozepso
			{
			width: 649px; height: 436px;
			float: left;
			background-image:url(images/content.png);
			overflow: auto;
			text-align:justify;
			}
			
			#text
				{
				margin-right: 10px;
				margin-left: 5px;
				}
			
		#jobboldal
			{
			width: 8px; height: 436px;
			float: right;
			background-image:url(images/right.png)
			}
		
	#lablec
		{
		width: 664px; height: 51px;
		float: left;
		background-image:url(images/bottom.png);
		color:#FFFFFF;
		background-repeat:no-repeat;
		}