#inner_wrapper {
	width: 100%;
	min-width: 1000px;
}

#inner_header {
	height: 80px;
	background: transparent;
}

#inner_middle {
	width: 100%;
	height: 1%;
}

#inner_middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#inner_container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#inner_content {
    padding: 0 370px 0 50px;
    font-family: Arial, monospace;
}

#inner_content h1 {
    font-family: "GOSTtypeARegular", "Arial", monospace;
}

#inner_content img {
    border: none;
    margin: 5px;
}

.inner_sr {
	float: left;
	margin-right: -3px;
	width: 350px;
	margin-left: -350px;
	position: relative;
	background: transparent;
}

#inner_footer {
	height: 100px;
	background: transparent;
}
