section.page_content {
    margin: 0 auto;
    width: 1300px;
}

#content .inner {
    color: #FF00FF;
    display: block;
    font-family: AbbeyRoadRegular;
    width: 360px;
	height: 500px;
	margin-left: 100px;
}

.slide-foot {
	bottom: 50px;
	left: 50%;
	margin-left: -687px;
	position: absolute;
	width: 1375px;
}

.nav-right {
	bottom: 10px;
	right: 20px;
}

.nav-left {
	bottom: 10px;
	left: 20px;
}

#title-text {
	width: 615px;
}


.scrollable {
	min-width: 450px;
	width: 100%;
	height: 439px;
	overflow: auto;
}

#content .inner p {
    line-height: 25px !important;
}

section.header {
	height: 4em;
}

#clock section.header {
    height: 19em;
}

#title h1 {
    background: url("../img/wc-title.png") no-repeat scroll 0 0 transparent;
    height: 500px;
    width: 483px;
}

#content .press {
	.height: 622px !important;
}

#counter {
	width: 1375px;
	margin: 0 auto;
}

.coverYear,
.coverMonth,
.coverDay,
.coverMinute,
.coverHour,
.coverSecond {
	display: block;
	float: left;
	width: 200px;
	height: 250px;
	position: relative;
	margin-right: 35px;
	margin-bottom: 10px;
	
}

.coverYear {
	background: url("../img/covers-1440.png") no-repeat -1000px 0px;
}
.coverYear span {
	background: url("../numbers/years-1440.png") no-repeat 0 0;
}

.coverMonth {
	background: url("../img/covers-1440.png") no-repeat -800px 0px;
}
.coverMonth span {
	background: url("../numbers/months-1440.png") no-repeat 0 0;
}

.coverDay {
	background: url("../img/covers-1440.png") no-repeat -600px 0px;
}
.coverDay span {
	background: url("../numbers/days-1440.png") no-repeat 0 0;
}

.coverHour {
	background: url("../img/covers-1440.png") no-repeat -400px 0px;
}
.coverHour span {
	background: url("../numbers/hours-1440.png") no-repeat 0 0;
}

.coverMinute {
	background: url("../img/covers-1440.png") no-repeat -200px 0px;
}
.coverMinute span {
	background: url("../numbers/minutes-1440.png") no-repeat 0 0;
}

.coverSecond {
	background: url("../img/covers-1440.png") no-repeat 0px 0px;
	margin-right: 0 !important;
}
.coverSecond span {
	background: url("../numbers/seconds-1440.png") no-repeat 0 0;
}

.numbers {
	position: absolute;
	top: 25px;
	left: 20px;
}

#counter span {
	display: block;
	float: left;
	width: 80px;
	height: 140px;
}

#counter span.first {
	margin-right: 5px;
}

.digit0 {
	background-position: 0px 0px !important;
}

.digit1 {
	background-position: -80px 0 !important;
}

.digit2 {
	background-position: -160px 0 !important;
}

.digit3 {
	background-position: -240px 0 !important;
}

.digit4 {
	background-position: -320px 0 !important;
}

.digit5 {
	background-position: -400px 0 !important;
}

.digit6 {
	background-position: -480px 0 !important;
}

.digit7 {
	background-position: -560px 0 !important;
}

.digit8 {
	background-position: -640px 0 !important;
}

.digit9 {
	background-position: -720px 0 !important;
}