@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: "MS Serif", "New York", serif;
	background:#F0F0F0;
}

#main {
	width:900px;
	height: 600px;

	padding-top:25px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	position: relative;

}

#reklama1 {
    width: 150px;
    height: 500px;
    position: absolute;
    top:  -50px;
    left: -155px;
    background-image:url('') ;
}

#reklama2 {
    width: 150px;
    height: 500px;
    position: absolute;
    top: -50px;
    right: -155px;
    background-image:url('') ;  
}