@font-face {
    font-family: 'GothamLight';
    src: url('fonts/GothamLight.eot');
    src: url('fonts/GothamLight.eot') format('embedded-opentype'),
         url('fonts/GothamLight.woff2') format('woff2'),
         url('fonts/GothamLight.woff') format('woff'),
         url('fonts/GothamLight.ttf') format('truetype'),
         url('fonts/GothamLight.svg#GothamLight') format('svg');
}
#wrap {
	position:relative;
	width:900px;
	height:730px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}

.content {
	padding-top: 0px;
	font-family: arial, Helvetica, sans-serif;
}
.demos {
	position: absolute;
	width:900px;
	height: 125px;
	z-index:3;
	top: 490px;
	right: 40px;
	font-size: 2.2em;
	color: #d02236;
	text-align: right;
	font-family: 'Graphie W01 Light', 'GothamLight', arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: 1px;
}
.demos ul {
	list-style-type: none;
}

.demos li {
	float: none;
	margin: 1px 0;
}
.demos a:link {
	color: #d02236;
	text-decoration: none;
}
.demos a:visited {
	text-decoration: none;
	color: #d02236;
}
.demos a:hover {
	text-decoration: none;
	color: #58595b;
}
.demos a:active {
	text-decoration: none;
}
.demos li {
	list-style:none;
}

.demotrack01 {
	position: relative;
}

.demotrack02{
	position: relative;
}

.demotrack03{
	position: relative;
}

.contacts {
	position: absolute;
	width:900px;
	height: 75px;
	z-index:3;
	top: 540px;
	right: 40px;
	padding-top: 0px;
	font-family: 'Graphie W01 Light', 'GothamLight', arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-align: right;
	color: #d02236;
	line-height:110%;
	letter-spacing: 1px;
}
.contacts a:link {
	color: #d02236;
	text-decoration: none;
}
.contacts a:visited {
	text-decoration: none;
	color: #d02236;
}
.contacts a:hover {
	text-decoration: none;
	color: #58595b;
}
.contacts a:active {
	text-decoration: none;
}

.footer {
	position: absolute;
	font-size: .7em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #939598;
	font-weight: normal;
	top: 745px;
}

.footer a:link {
	color: #58595b;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #58595b;
}
.footer a:hover {
	text-decoration: none;
	color: #d02236;
}
.footer a:active {
	text-decoration: none;
}
