/* @override http://www.cherryinternet.com/home.css */

*
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #d9e4e6;
}

html {
	background: #3a302d none no-repeat center top;
	 
}

a {
	font-size: 11px;
	margin-left: 92px;
	text-decoration: none;
	text-shadow: #000 0 -1px 0;
}

a:hover {
	text-decoration: underline;
	text-shadow: #cc3002 0 0 10px;
}

img {
	display: block;
	margin: 0;
	margin-bottom: 35px;
	padding: 0;
}
#main {
	width: 360px;
	margin: 0 auto;
	margin-top: 150px;
	position: relative;
}

ul#services {
	list-style-type: none;
	position: absolute;
	font-size: 11px;
	font-weight: Arial;
	top: 156px;
	left: -75px;
	text-align: right;
	line-height: 120%;
}

ul#services li {color: #695f5c;}
ul#services li.start {opacity: 0.75;}
ul#services li.light {opacity: 0.5;}
ul#services li.lighter {opacity: 0.38;}
ul#services li.lightest {opacity: 0.25;}

