@font-face {
	font-family: 'HelveticaNeueLTStd37ThinConde';
	src: url('helveticaneueltstd-thcn-webfont.eot');
	src: local('☺'), url('helveticaneueltstd-thcn-webfont.woff') format('woff'), url('helveticaneueltstd-thcn-webfont.ttf') format('truetype'), url('helveticaneueltstd-thcn-webfont.svg#webfontJfvYchYF') format('svg');
	font-weight: normal;
	font-style: normal;
}
*{
	margin:0;
	padding:0;
	color:#616161;
	font-family:HelveticaNeueLTStd37ThinConde,"Trebuchet MS";
	font-size:12px;
	outline:none;
	letter-spacing:1px;
}

body{
    background: #fff;
}

img.img {
	min-height: 600px;
	min-width: 800px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

.logo {
    z-index: 9999;
    max-width:899px;
    max-height:13px;
    width:auto;
    height:auto;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-7px;
    margin-left:-454px;
}

@media screen and (max-width: 800px) and (max-height: 600px) {
	img.img {
		left: 50%;
		margin-left: -400px;
	}
}

.contact{
        color:#000;
	cursor:pointer;
        text-decoration:none;
        opacity: 0.6;
}

.contact:hover {
    opacity: 1.0;
}

.contact2{
        color:#fff;
	cursor:pointer;
        text-decoration:none;
        opacity: 0.6;
}

.contact2:hover {
    opacity: 1.0;
}

ul{
	list-style:none;
        position:absolute;
        top: 90%;
        left:50%;
}