/* css file for www.getspireapp.com */
/* created by www.crashpaddesign.com */


/* begin reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* end reset */


/*
--------------------------------------------------
GENERAL FORMATTING
--------------------------------------------------
*/

body {
	background: #060807 url(../images/bg-body.jpg) no-repeat 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #eee;
	text-shadow: 1px 1px 1px #060807;
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*
--------------------------------------------------
STANDARD LAYOUT DIVS
--------------------------------------------------
*/

html, body {
	height: 100%;
}

div#container {
	display: table;
	height: 100%;
	width: 100%;
}

div#outer-wrap {
	display: table-cell;
	vertical-align: middle;		
}

div#wrap {		
	margin: 0 auto;			
	width: 365px;
}
		
/*
--------------------------------------------------
LINKAGE
--------------------------------------------------
*/

a {
	color: #fff;
}

a:hover {
	color: #eee;
}

/*
--------------------------------------------------
TEXT FORMATTING
--------------------------------------------------
*/

h1 {
	background: url(../images/logo.png) no-repeat 0 0;
	width: 365px;
	height: 200px;
	margin: 0;
}

h1 span {
	display: none;
}

p {
	text-align: center;
	font-size: 12px;
	color: #aaa;
}
