body {
	width:1000px;
	margin:auto;
}

a img {
	border-width:0px;
}

h1 {
	margin-top:0px;
	padding-top:0px;
	font-size:100px;
	font-family:tahoma;
	font-weight:bold;
	color:#dfe1e2;
}

h2 {
	font-size:24px;
	font-family:tahoma;
	font-weight:bold;
	color:#78828d;
	padding:0px;
	margin:0px;
	padding-bottom:20px;
}

h3 {
	color:#496889;
	font-family:tahoma;
	font-weight:bold;
	font-size:20px;
}
h4 {
	color:#d3d2d2;
	font-family:tahoma;
	font-weight:bold;
	font-size:24px;
	margin:0px;
}
#usList {
	width:100%;
	text-align:right;
	position:relative;
	top:-350px;
}
p {
	font-family:tahoma;
	font-size:18px;
	color:#606061;
}
#main_text {
	width:400px;
	margin-top:-50px;
}

h1 a {
	text-decoration:none;
	color:#78828d;
}

#bigText {
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
}

#others {
	font-size:18px;
	margin-left:350px;
	margin-top:-20px;
}

div#menu {
	width:45px;
	float:left;
	position:fixed;
	top:0px;
	left:0px;
}
div#menu a img{
	margin-bottom:30px;
	
}


div#main {
	width:680px;
	position:absolute;
	left:50%;
	margin-left:-340px;
	overflow:hidden;
}
div#main ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	height:140px;
}
div#main ul li {
	display:inline;
}
div#main ul li a{
	margin-right:15px;
}
div#main ul li a{
	background-image:url("images/websites.png");
	padding-top:140px;
	width:140px;
	height:0px;
	float:left;
	overflow:hidden;
}

div#main ul.web li a{
	background-image:url("images/websites.png");
}
div#main ul.graphic li a{
	background-image:url("images/graphics.png");
}

div#main ul li.one a {background-position:0 0;}
div#main ul li.two a {background-position:-140 0;}
div#main ul li.three a {background-position:-280 0;}
div#main ul li.four a {background-position:-420 0;}
div#main ul li.five a {background-position:0 -140;}
div#main ul li.six a {background-position:-140 -140;}
div#main ul li.seven a {background-position:-280 -140;}
div#main ul li.eight a {background-position:-420 -140;}

.darkCover {
	position:fixed;
	left:0px;
	top:0px;
	z-index:100;
	background-color:white;
	width:500px;
	height:500px;
	opacity:0;
	width:100%;
	height:100%;
}

.darkContent {
	position:fixed;
	background-color:#333;
	padding:8px;

	color:#333;
	font-family:arial;
	opacity:0;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	width:530px;
	height:530px;
	z-index:101;
	overflow:hidden;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-250px;
	text-align:center;

}
.darkNav {
	height:40px;
	width:545px;
	background-color:white;
	position:fixed;
	top:0;
	opacity:0;
	z-index:102;
	left:50%;
	margin-left:-250px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
}

.contentHolder {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	position:relative;
	left:-10px;
	text-align:center;
}
.contentHolder li img{
	float:left;
	margin-right:25px;
	margin-left:25px;
	text-align:center;
}
.contentHolder li {
	display:inline;
	text-align:center;
	
}
#contactForm input, #contactForm textarea{
	display:block;
	font-size:16px;
	font-family:tahoma;
	color:#495053;
	padding:4px;
	border:2px solid #8E8E8E;
	margin-bottom:10px;
}
#contactForm textarea {
	width:380px;
}
#contactForm input#subButton {
	border-width:0px;
	margin-left:300px;
}
#contactLeft {
	width:1000px;
	
}
#contactRight {
	float:right;
}
#cLink {
	text-decoration:none;
	color:#495053;
}
.hidden-image {
	display:none;
}