/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
    background-color: #4d4d4f;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
	}

.contact {
	padding: 45px 0 0 60px;
	margin: 30px 0 0 30px;
    height: 220px;
    width: 357px;
	position: absolute;
	z-index: 55;
	background-image: url("../images/bg_contact.png");
	background-repeat: no-repeat;
	}

p {
    font-size: 12px;
    margin-bottom: 15px;
	font-family: Verdana, Tahoma, Arial;
	color: #eee;
	}

h1 {
	font-size: 16px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	color: #eee;
	margin-bottom: -2px;
	}

#focus-stealer {
	position: absolute;
	left: -9999px; }

a {
	font-family: Verdana, Tahoma, Arial;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
	color : #eee;
	}

a:link {
	font-family: Verdana, Tahoma, Arial;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
	color : #eee;
	}

a:visited, a.visited {
	font-family: Verdana, Tahoma, Arial;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
	color : #eee;
	}

a:hover, a.hover {
	font-family: Verdana, Tahoma, Arial;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
	color : #faa31b;
	}
