﻿body {
background-color: black;
background-image: url(images/bg_body.PNG);
background-repeat: repeat-x;
font-family: Tahoma;
font-size: 12px;
color: #d7d8d7;
}

#wrapper {
width: 960px;
height: 620px;
margin: auto;	
margin-top: 0px;
background-image: url(images/bg.PNG);
background-repeat: no-repeat;
}


.obrazok1 {
width: 400px;
height: 260px;
float: left;
margin-left: 50px;
margin-top: 200px;
background-image: url(images/obrazok1.PNG);
backrounnd-repeat: no-repeat;
}


.obrazok2 {
width: 400px;
height: 263px;
float: right;
margin-right: 46px;
margin-top: 200px;
background-image: url(images/obrazok2.PNG);
backrounnd-repeat: no-repeat;
}

.text1 {
width: 400px;
height: 160px;
float: left;
margin-left: 50px;
background-color: #020302;
}


.text2 {
width: 400px;
height: 160px;
float: right;
margin-right: 46px;
background-color: #020302;
}

h1 {
font-size: 22px;
font-weight: normal;
font-style: italic;
padding-left: 15px;
padding-top: 8px;
}

p {
padding-top: -5px;
padding-left: 15px;
padding-right: 15px;
font-weight: bold;
text-align: left;
}

img {
padding-top: 5px;
}

a {
text-decoration: none;
color: black;
}

.button1 {
margin-left: 15px;
margin-top: 10px;
}

.button2 {
margin-left: 15px;
margin-top: 10px;
}







