@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-size:100px;
	font-family:Century Gothic, Avant Garde Gothic, Avant Garde, URW Gothic L, helvetica, sans-serif;
	height:100%;
	width:100%;
	color:#000;
	background-color:#fff;
}

a:link {
	color: #000;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

a:visited {
	color: #000;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
::-moz-selection {
    background:#fff;
    color:#000;
}
     
::selection {
    background:#fff;
    color:#000;
}
	
#main {
	height:100%; 
	overflow:hidden; 
	position:absolute; 
	width:100%;
}

#main[id] {
	display:table;
}
		
#middle {
	position:absolute; 
	top:50%; 
	width:100%; 
}

#middle[id] {
	display:table-cell; 
	vertical-align:middle; 
	position:static;
}
		
#content {
	text-align:center;
	position:relative; 
	top:-50%; 
	text-align:left;
	line-height:85px;
	width:350px; 
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#of {
	
}

#off {
	font-weight:bold;
	margin-left:10px;
}

#contact {
	width:330px; 
	margin-left:auto;
	margin-right:auto;
	font-size:13px;
}