/* CSS Document */


body
{
	width:600px;
	height:500px;
	background-image: url(bgstart.jpg);
	background-position:30px 21px;
	text-align:left;
	margin:0px;
	}
	
#kasjastart
{
	width:476px;
	height:664px;
	margin: 0 auto auto 0;
	
	background-image: url(kasjastart.jpg);
	z-index:2;
	}
	
#ptrlogo
{
	width:12px;
	height:16px;
	margin:0px;
	
	position:fixed;
	right:15px;
	bottom:20px;
	
	background-image: url(ptrlogo.gif);
	}
	
#bgbottom
{
	width:94px;
	height:104px;
	margin:0px;
	
	position:fixed;
	left:0px;
	bottom:0px;
	
	background-image: url(bgbottom.jpg);
	z-index:1;
	}
	
#mail
{
	width: 103px;
	height:17px;
	
	position:fixed;
	left:466px;
	top:364px;
	
	background-image:url(mail.gif);
	}
	
	