@font-face {
    font-family: 'RSURegular';
    src: url('fonts/rsu_regular-webfont.eot');
    src: url('fonts/rsu_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rsu_regular-webfont.woff') format('woff'),
         url('fonts/rsu_regular-webfont.ttf') format('truetype'),
         url('fonts/rsu_regular-webfont.svg#RSURegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RSUBold';
    src: url('fonts/rsu_bold-webfont.eot');
    src: url('fonts/rsu_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rsu_bold-webfont.woff') format('woff'),
         url('fonts/rsu_bold-webfont.ttf') format('truetype'),
         url('fonts/rsu_bold-webfont.svg#RSUBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    background:url(body-bg.png) repeat 0 0;
}
.wrapper {
    width: 1244px;
    margin: 0 auto;
}
.top-header{
    margin-bottom: 40px;
	padding-bottom:40px;
	background:url(header-middle-bg.png) no-repeat center center #00cc00;
	border-bottom:5px solid #1c1c1c;
}
.top-header img{
    margin-top: 50px;
    margin-bottom: 20px;
}
.top-header h1{
    font-family: "RSUBold",Tahoma, serif;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 5px;
}
.top-header span{
    font-family: "RSUBold",Tahoma, serif;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
}
.frame {
    height: 252px;
    left: 53px;
    overflow: hidden;
    position: absolute;
    top: 70px;
    width: 500px;
}
a {
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
}
a > img {
    display: block;
    margin: 0 auto;
}

a span {
    font-family: 'RSURegular',Tahoma, serif;
    font-size: 30px;
    display: inline-block;
    margin: 20px 0;
    color: #2f2f2f;
}
@media only screen and (min-width: 1024px) and (max-width: 1244px) {
	.wrapper{
		width:1000px;
	}
	.frame{
		height:246px;
		width:384px;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
	.wrapper{
		width:880px;
	}
	.frame{
		height:215px;
		width:330px;
		left:50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
	.wrapper{
		width:766px;
	}
	.frame{
		height: 183px;
		left: 45px;
		width: 283px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.wrapper{
		width:620px;
	}
	.frame{
		height: 251px;
		left: 117px;
		width: 386px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
	.wrapper{
		width:460px;
	}
	.frame{
		height: 230px;
		left: 54px;
		width: 352px;
	}
	.top-header{
		margin-bottom:30px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.wrapper{
		width:300px;
	}
	.frame{
		height: 144px;
		left: 38px;
		width: 224px;
	}
	.top-header{
		margin-bottom:30px;
	}
}