

body {
	background:black;
	margin:0;
	padding:0;
	font-family:Arial;
	}
	
#container1 {
	background:url(images/background.jpg) top no-repeat;
	width:1026px;
	height:700px;
	margin-top:0;
	}
	
#container2 {
	width:766px;
	margin-top:35px;
	}
	
#main {
	background:url(images/main.jpg) top no-repeat;
	width:766px;
	height:387px;
	margin-top:-2px;
	}
	
#footer {
	width:766px;
	height:69px;
	display:block;
	}
	
a.app:link, a.app:active, a.app:visited {
	height: 69px; 
	display: block; 
	width:249px;
	margin-left:17px;
	overflow:hidden;
	float: left;
	background: url(images/appbutton.jpg) 0px 0px no-repeat;
	}
	
a.app:hover {
	background-position: 0px -69px;
	}
	
a.des:link, a.des:active, a.des:visited {
	height: 69px; 
	display: block; 
	width:249px;
	overflow:hidden;
	float: left;
	background: url(images/desbutton.jpg) 0px 0px no-repeat;
	}
	
a.des:hover {
	background-position: 0px -69px;
	}

a.dev:link, a.dev:active, a.dev:visited {
	height: 69px; 
	display: block; 
	width:237px;
	overflow:hidden;
	float: left;
	background: url(images/devbutton.jpg) 0px 0px no-repeat;
	}
	
a.dev:hover {
	background-position: 0px -69px;
	}
	
h1 {
	font-size:13px;
	color:#D3D3D3;
	font-weight:normal;
	}
	
#content {
	width:600px;
	padding-top:40px;
	color:#C4C8C6;
	font-size:12px;
	line-height:20px;
	}
	
.green {
	color:#A0C750;
	}

a:link, a:visited, a:active {
	color:#A0C750;
	text-decoration:none;
	}
	
a:hover {
	color:#B5D376;
	}
	
.title {
	color:#D3D3D3;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	}
	
.hr {
	margin-top:0px;
	*margin-top:-10px;
	color:#242625;
	}
	
ul {
	text-align:left;
	line-height:15px;
	}

li {
	text-align:left;
	line-height:15px;
	margin-left:-10px;
	}