/* landing layout */
body.landing {
	background: url(/images/new/landing/main_bg.png) top left transparent repeat-x;
	color: #999999;
	font: 13px/18px Arial,sans-serif;
}

body.djlanding {
    background: url("/images/new/landing/dj_bg.png") repeat-x scroll left top transparent;
    color: #999999;
    font: 13px/18px Arial,sans-serif;
}

#feedbacklink {
	position:fixed;
	top:45%;
	cursor:pointer;
	left:0px;
}

.landingimage {
	background: url(/images/new/landing/amp_your_workout_new.png) center 0px transparent no-repeat;
	height: 540px;
	margin-top: -35px;
}

.login-button {
	position: relative;
	display: block;
	left: 850px;
	top: 3px;
	margin-bottom: 0px;
}

.try-button img {
	position: relative;
	display: block;
	margin: 0 auto;
	left: -383px;
	top: 263px;
	z-index: 2;
}


.watch-video img {
	position: relative;
	display: block;
	margin: 0 auto;
	left: 134px;
	top: 163px;
}

/* layout */
.footer {
	background: url(/images/new/landing/separator.png) top center transparent no-repeat !important;
	height: 100px;
	padding-top: 30px;
	color: #FFF;
	font-size: 10px;
}

.footer a {
	color: #FFF;
}

.footer a:active {
	color: #FFF;
}

/* text */
.center-align {
	text-align: center;
}

.right-align {
	text-align: right;
}

.genre
{
text-align:center;
float:right;
height: 69px;
margin-top: 20px;
font: 13px/18px Arial,sans-serif;
font-weight: bold;
color: #df982e;
}