body {
	margin: 0px;
	background-color:#ffffff;
	font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	overflow:hidden;
	background-image:url(../images/background.jpg);
}

#content { 
	top: 50px;
	position:relative;
	height: 483px;
	background-color:#FFFFFF;
	width: 500px;
	margin: auto;
}

#content #white {
	top: 0px;
	left: 480px;
	position:relative;
	background-color:#222f4d;
	
	background-position:left;
	background-repeat:no-repeat;
	height: 483px;
	width: auto;
}

#whitestar {
	position:absolute;
	top: 50px;
	left: 0px;
	background-color: #425b8b;

	background-position:left;
	background-repeat:no-repeat;
	height: 483px;
	width:100%;
}
 
#kategorijos .kat {
	cursor: pointer;
	float: left;
	display: block;
	width: 120px;
	height: 483px;
}
 
#home {
	position:relative;
	background-image:url(../images/1d.png);
	background-repeat:no-repeat;
}

#home #cont1 {
	text-align:justify;
	position:absolute;
	top:15px;
	left:120px;
	width: 260px;
	height: 450px;
}
	

#about {
	position:relative;
	background-image:url(../images/2d.png);
	background-repeat:no-repeat;
}

#about #cont2 {
	text-align:justify;
	position:absolute;
	top:15px;
	left:120px;
	width: 260px;
	height: 450px;
}

#releases {
	position:relative;
	background-image:url(../images/3d.png);
	background-repeat:no-repeat;

}

#releases #cont3 {
	text-align:justify;
	position:absolute;
	top:15px;
	left:120px;
	width: 260px;
	height: 450px;
}

#workshop {
	position:relative;
	background-image:url(../images/4d.png);
	background-repeat:no-repeat;
	
}

#workshop #cont4 {
	text-align:justify;
	position:absolute;
	top:15px;
	left:120px;
	width: 260px;
	height: 450px;
}

ul {
margin-left: 0px;
padding-lft: 0px;
}
