* {
	margin: 0;
	padding:0;
}

body {	
	background-color: #262626;
	background-image: url('images/comingsoon.png');
	background-position: top-left;
	background-repeat: no-repeat;
	margin-top: 120px;
	margin-bottom: 120px;
	margin-left: 120px;
	margin-right: 120px;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#logo {
	width: 500px;	
	line-height: 1.6em;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.8em;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}

h2 {
    	letter-spacing: -1px;
        font-size: 1.8em;
        margin-top: 0.8em;
        margin-bottom: 0.7em;
}

#clients ul li{
	list-style-type:none;
        line-height: 1.8em;	
}

#clients{
	float: left;
	width: 50%;
}

a:link {
color: #FFF;
}
a:visited {
color: #FFF;
}
a:hover {
color: #FFF;
text-decoration: none;
}
a:active {
color: #FFF;
}
