body {
    background-color: black;
    margin: 0;
	 text-align: center;
	 font-family: trebuchet ms, arial;
	 margin-top: 10px
}

.main {
    width: 800px;
    margin: auto;
    background-color: #EBEBEB;
	 height: 100%
}

.main_top {
    width: 800px;
    height: 370px;
	 background-image: url(http://www.8log.pl/skins/tatusiowa/images/top.jpg)
}

.main_below {
    width: 800px;
	 height: 100%;
	 padding-bottom: 20px
}

.main_below_left {
    width: 250px;
	 height: 100%;
    float: left;
	 background-color: #EBEBEB
}

.main_below_right {
    width: 550px;
	 height: 100%;
    float: right;
	 text-align: left;
	 background-image: url(http://www.8log.pl/skins/tatusiowa/images/bg.jpg);
	 background-position: top;
	 background-repeat: no-repeat;
	 background-color: #EBEBEB
}

.main_content {
    width: 800px
}
a {
    color: #7C96B0;
    text-decoration: none;
}
a:hover {
    color: red;
    text-decoration: underline;
}
.main_napis {
	height: 60px; 
	width: 198px;
	margin-right: 22px; 
	margin-left: 580px; 
	padding-top: 150px; 
	font-size: 45px; 
	background: transparent; 
	border: none; 
	overflow: hidden; 
	color: white; 
	font-family: arial; 
	text-align: right;
	cursor: pointer;
	opacity: 
}
