body {
	background: #ffc;
}

/* @group footer */

* {
	margin: 0;
	padding: 0;
}

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 100px;
}

/* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -100px;
	/

*negative value of footer height */
	height: 100px;
	clear: both;
	background: url(alicefooter.png) repeat-x top;
}

/* CLEAR FIX*/

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.fText {
	text-align: center;
	font: 12px/150px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ccc;
}

/* @end */

/* @group menu */

#menu {
	margin: 0 auto;
	width: 700px;
	background: url(images/menu_41_bg.jpg) no-repeat;
	height: 55px;
}

#menu ul {
	list-style: none;
	text-align: center;
}

#menu li {
	list-style: none;
	display: block;
	float: left;
	padding: 8px 30px 0 30px;
}

#menu li a {
	display: block;
	float: left;
}

#menu li a span {
	display: none;
}

#menu li a:hover {
	text-decoration: none;
}

#menu li a.home {
	background: url(images/home.jpg) no-repeat;
	width: 55px;
	height: 32px;
}

#menu li a:hover.home {
	background: url(images/home_h.jpg) no-repeat;
}

#menu li a.about {
	background: url(images/about.jpg) no-repeat;
	width: 82px;
	height: 32px;
}

#menu li a:hover.about {
	background: url(images/about_h.jpg) no-repeat;
}

#menu li a.services {
	background: url(images/services.jpg) no-repeat;
	width: 76px;
	height: 32px;
}

#menu li a:hover.services {
	background: url(images/services_h.jpg) no-repeat;
}

#menu li a.solutions {
	background: url(images/solutions.jpg) no-repeat;
	width: 87px;
	height: 32px;
}

#menu li a:hover.solutions {
	background: url(images/solutons_h.jpg) no-repeat;
}

#menu li a.contact {
	background: url(images/contact.jpg) no-repeat;
	width: 97px;
	height: 32px;
}

#menu li a:hover.contact {
	background: url(images/contact_h.jpg) no-repeat;
}

#menu li a.homecurrent, #menu li a:hover.homecurrent {
	background: url(images/home_h.jpg) no-repeat;
	width: 55px;
	height: 3

2p
x;
		}
				
/* @end */

.cImg {
	width: 100%;
	height: 200px;
	padding-top: 10%;
	background: url(alice.png) no-repeat center center;
}

.tImg {
	width: 100%;
	height: 200px;
	margin: 0 auto 0;
	background: url(alice.png) no-repeat center center;
}

.left a {
	float: left;
	font: 2em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #c9f;
	text-decoration: none;
}

.left a:hover {
	color: #f9c;
}

.right a {
	float: right;
	font: 2em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #c9f;
	text-decoration: none;
}

.right a:hover {
	color: #f9c;
}