@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#6E9DB7 url(1.jpg) no-repeat center top;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.fmas #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.fmas #tarpas {
     width:800px;
	 height:20px;
	 
	 }
.fmas #main {
    width:800px;
	
	/*margin: 10px 10px;*/
}
.fmas #mbgup {
     width:800px;
	 height:20px;
	 background-image:url(images/mbgup.png);
	 }
.fmas #mainbg {
    width:800px;
	height:1464px;
	background-image:url(images/bg.png);
}
.fmas #mbgdw {
     width:800px;
	 height:20px;
	 background-image:url(images/mbgdw.png);
	 }
.fmas #main_content {
    width:780px;
	height:1464px;
	margin: 0px 10px;
	border: 1px solid #333333;
}
.fmas #stab {width:106px;height:76px;position:absolute;left:14px;border: 1px solid #333333;}
.fmas #stab1 {width:106px;height:76px;position:absolute;left:125px;border: 1px solid #333333;}
.fmas #stab2 {width:106px;height:76px;position:absolute;left:236px;border: 1px solid #333333;}
.fmas #stab3 {width:106px;height:76px;position:absolute;left:347px;border: 1px solid #333333;}
.fmas #stab4 {width:106px;height:76px;position:absolute;left:458px;border: 1px solid #333333;}
.fmas #stab5 {width:106px;height:76px;position:absolute;left:569px;border: 1px solid #333333;}
.fmas #stab6 {width:106px;height:76px;position:absolute;left:680px;border: 1px solid #333333;}
.fmas #ltab {width:550px;height:76px;position:absolute;left:125px;border: 1px solid #333333;}
.fmas #muzika {width:328px;height:319px;position:absolute;left:236px;top:288px; border: 1px solid #333333;background-image:url(images/Plasma.png);}
.fmas #muzika1 {width:316px;height:269px;position:absolute;left:6px;top:4px; border:none;}
.fmas #menu {margin:0 auto;height:84px;width:800px;background-image:url(images/mygtukai.png);position:relative;}
.fmas #copyright a {color:#333333; }
.fmas #copyright a:active {color:#333333;}
