@charset "utf-8";
/* CSS Document */

body {
	background-color: #040f15;
	background-image:url("bg.jpg");
	background-repeat:repeat-x;
	margin: 0 auto;
	padding:0px;
}
.container {
	position:relative;
	height: 800px;
	top:-10px;
	margin: 0 auto;
	padding:0px;
	width: 1009px;
	font-family:"Times New Roman", Times, serif;
	color:#999;
}

.content {
	position:relative;
	height:800px;
	top:10px;
	margin: 0 auto;
	width: 750px;
	text-align:left;

}

.nav{
		position:relative;
		top:-7px;
		width:723px;
		margin: 0 auto;
		height:45px;
}
.nav p{
	font-size:18px;
	letter-spacing:3px;
	text-align:center;
}

.img{
	background-image:url("footerbg.jpg");
	position:relative;
		top:-15px;
		width:798px;
		margin: 0 auto;
		height:479px;
}


.text{
	position:relative;
	text-align:left;
	width:700px;
	margin: 0 auto;
	color:#FFF;
}
.wrapper{
	position:relative;
	text-align:center;
	top:25px;
	float:left;
	width:900px;
}
.skills1{
	position:relative;
	text-align:left;
	top:60px;
	left:50px;
	width:400px;
	color:#FFF;
	float:left;
}

.skills{
	position:relative;
	text-align:left;
	top:60px;
	left:60px;
	width:400px;
	color:#FFF;
	float:left;
}


	a:link {
color: #fff;
cursor:pointer;
font-style:normal;
text-decoration:none;

}

a:visited {
color: #fff;
text-decoration:none;

}

a:hover {
color: #CCC;
text-decoration:none;

}

a:active {
color:#fff;
cursor:pointer;
font-style:normal;
text-decoration: underline;

}

h3{
	font-family:"Times New Roman", Times, serif;
	color: #F00;
	text-align:center;
}

.copy{

	text-align:center;
	
}





