body {
	margin:0 auto;
	font-size:150%;
	font-family: "Courier New", Courier, monospace;
	  background: url(http://static.ab.lviv.ua/bkg_main.jpg) no-repeat fixed;
	  -moz-background-size: cover; /* Firefox 3.6+ */
	  -webkit-background-size: cover; /* Safari 3.1+ è Chrome 4.0+ */
	  -o-background-size: cover; /* Opera 9.6+ */
	  background-size: cover;
}

h1 {
	margin-bottom:50px;
	font-weight:bold;
	color:#C00
}

h2 {
	color:#ff0;
	margin-top:50px;
	text-align:center;
}

h3 {
	color: #000;
}

h4 {
}

img {
	width:100%;
}

#page_container {
	margin:0 auto;
	max-width:1400px;
}

#left_container {
	color:#000;
	font-family: "Courier New", Courier, monospace;
	width:45%;
	float:left;
	position:fixed;
}

#right_container {
	color:#eee;
	font-family: "Comic Sans MS", cursive;
	width:40%;
	max-width:1200px;
	margin-right:10%;
	float: right;
	  background: url(bkg_right.jpg) ;
}

#left {
	padding:20px 40px 20px 20px;
	text-align:right;
}

#right {
	padding:20px;
}

#right p strong {
	color:#FF6;
}

a {
	color:#FF0;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:0px 5px 10px 0px;
}

a:hover {
	color:#fff;
	text-decoration:none;
	-webkit-transition:background-color 0.5s linear;
  	-o-transition:background-color 0.5s linear;
  	-moz-transition:background-color 0.5s linear;
  	transition:background-color 0.5s linear;
}

.copyright {
	font-family:"Courier New", Courier, monospace;
	padding:30px 20px 30px 20px;
}

/********************************/


@media screen and (max-width: 1250px) {
	body {
		background:none;
		background:#FF9;
		font-size:100%;
	}

	#left_container {
		width: 100%;
		float: none;
		margin: 0px;
		position:inherit;
	}
	
	#right_container {
		width: 100%;
		float: none;
		margin:0px;
	}
	
	#left {
		padding:20px;
		text-align: center;
	}
}
