/******************

Template stylesheet

******************/

/* BODY */

html {
    height: 100%;
}

body {

	
	
}



* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	height: 100%;
	overflow: hidden;
	margin: 0;
	font: 16px/1.4 'Open Sans', sans-serif;
	text-align: center;
	background-image:url(../img/subtlenet2.png);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:100;
	line-height:20px;
	height: 100%;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 468px;
} 
#inner {
width: 600px;
text-align: center;
margin-left:auto;
margin-right:auto;

}
a:over{color:#666;}
a{color:#666;}