body{
background-color: #000;
margin: 0px;
padding: 0px;
}

<!--url(bg.jpg) no-repeat-->

#bdiv{
background-color: #99ffff;
width: 1300px;
height: 800px;
position: absolute;
left:50%;
margin-left:-650px;
-moz-box-shadow: 3px 3px 4px #000;
		-webkit-box-shadow: 3px 3px 4px #000;
		box-shadow: 3px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#diszes{
position: absolute;
left: 0;
margin-left: 0px;
top: 0;
width: 100%;
height: 40px;
background: url(../img/disz.jpg);
}

#fullos{
position: absolute;
left: 50%;
margin-left:-600px;
top: 40;
width: 1200px;
height: 800px;
background: url(../img/fullbg2.jpg) no-repeat;
background-size: 100%;
}

#menumap{
position: absolute;
left: 50%;
margin-left:-330px;
top: 130px;
width: 660px;
height: 100px;
background: transparent;
}

#balsav{
position: absolute;
left: 50%;
margin-left: -560px;
top: 65px;
width: 230px;
height: 500px;
background-color: transparent;
}


#kozepso{
position: absolute;
left: 50%;
width:600px;
margin-left: -301px;
top: 230px;
border: 0px solid white;
height: 475px;
}

.images{
border: 1px solid white;
border-radius: 3px;
padding:3px;
margin-right: 15px;
}

.cont{
position:relative;
left:50%;
margin-left:-290px;
width: 580px;
height: 475px;
border: 0px;
}

#jobbsav{
position: absolute;
left: 50%;
margin-left: 275px;
top: 0;
width: 250px;
height: 700px;
background: url(../jobbsav2szel.jpg) no-repeat;
background-color: #000;
}


.menuitem{
color: #fff;
cursor: hand;
width: 90px;
display: inline-block;
font-style:italic;
font-size: 19px;
font-weight: bold;
text-shadow: black 0.1em 0.1em 0.1em;
text-decoration: none;
}

.menuitem:hover{
color: #000;
    text-shadow: -1px 0 #999999, 0 1px #999999, 1px 0 #999999, 0 -1px #999999;
}


