* html body{
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #CCCCCC;
	border-bottom: 1px dotted;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

#headbar {
	height: 15px;
	width: 100%;
	display: block;
}

#container{
	height: 650px;
	width: 100%;
	margin: 0;
	background: #333333;
	background-image: url(bar.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-attachment: scroll;
	display: block;
}
#content-header {
	height: 100px;
	width: 640px;
	margin: 5px auto;
	display: block;
	font-family: Georgia;
	font-size: 36px;
	color: #FFFFFF;
	font-style: italic;
}

#content-header em{
	color: #CCCCCC;
}

#content-inner{
	width: 400px;
	height: 400px;
	margin: 25px auto;
	display: block;
	background: url(Page-BgGlare.png) left top no-repeat;
}

#content-inner div{
	color: #FFFFFF;
	height: 400px;
	margin-right: 5px;
}

#content-inner #about{
	background: #ee262b url(about.gif) left bottom no-repeat;
	padding: 30px 10px 50px 110px;
	height: 100%;
}

#content-inner #services{
	background: #0ca4bf url(services.gif) left bottom no-repeat;
	padding: 30px 10px 50px 110px;
	height: 100%;
}

#content-inner #solutions{
	background: #0f6dcd url(solutions.gif) left bottom no-repeat;
	padding: 30px 10px 50px 110px;
	height: 100%;
}

#content-inner #contact{
	background: #f37623 url(contact.gif) left bottom no-repeat;
	padding: 30px 10px 50px 110px;
	height: 100%;
}

#footer{
	width: 100%;
	height: 100px;
	line-height: 20px;
	display: block;
}

#footer-inner{
	width: 640px;
	margin: 5px auto;
}
