/* -------------------------------------------------------

	ACT Accounting Coming Soon Page

------------------------------------------------------- */



body {
	background: url(../images/body-pattern.jpg) top left repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
}



/* ---- Header ---- */

header {
	width: 720px;
	height: 220px;
	margin: 40px auto 0px auto;
	text-align: center;
}

header h {
	width: 720px;
	margin: auto auto 0px auto;
	color: #D91955;	

}

/* ---- Logo ---- */
header h1 {
	width: 720px;
	height: 50px;
	margin: 20px auto 0px auto;
	background: url("../images/logo.png") no-repeat top;

}

header h2 {
	width: 720px;
	color: #2DAAE1;
	margin: 0px auto 0px auto;
	font-weight: bold;

}


header p {
	line-height: 20px;
	font-size: 14px;
	color: #A0A09E;
	margin: 20px auto 0px auto;
}



/* ---- Main Area ---- */

#main {
	position: relative;
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 25px;
	
}



/* ---- Links ---- */

#links {
	width: 700px;
	font-size: 12px;
	font-weight: bold;
	color: #aaa;
	line-height: 18px;
	overflow: hidden;
}

#links a {
	position: relative;
	color: #aaa;
	text-decoration: none;
}

#links a:hover {
	color: #aaa;
	text-decoration: none;
}

/* ---- Footer ---- */

footer {
	width: 700px;
	margin: 0 auto;
	padding: 15px 0 25px 0;
	overflow: hidden;
}

footer ul {
	float: right;
	width: 125px;
	height: 22px;
}

footer ul li {
	float: right;
}

footer a {
	position: relative;
	display: block;
	margin-right: 15px;
}

