* {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
}

.clr {
	clear: both;
}

body {
	background-color: #e9e9e9;
	min-width: 1200px;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
	color: #000;
	position: relative;
	
	iframe {
		position: absolute;
	}
}

.gif {
	position: absolute;
	margin-left: 544px;
	z-index: -10;
}


#menu {
	position: fixed;
	width: 120px;
	top: 300px;
	z-index: 100;
	background-color: #e9e9e9;
	
	ul {
		list-style: none;
		font: 14px/16px Futura;
		
		li {
			cursor: pointer;
			padding: 5px 15px;
		}
		.active {
			color: #F2385A;
		}
	}
}

.ancor {
	margin-left: 160px;
}

.social-share {
	top: 20px;
}