body {
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
a, a:visited {
	color: #8cc652;
}
a:hover {
	color: #8de931;
}
#header {
	position: absolute;
	width: 839px;
	left: 50%;
	margin-left: -420px;
	top: 0px;
	height: 91px;
}

#title{
	position: absolute;
	left: 50%;
	margin-left: -335px;
	top: 110px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

#nav {
	position: absolute;
	left: 50%;
	margin-left: -209px;
	top: 64px;
	color: #ffffff;
	display: inline;
}
#nav ul {
	display: inline;
	list-style-type: none;
}
#nav li {
	display: inline;
	float:left;
	margin-right: 30px;
}
#nav a {
	color: #ffffff;
	text-decoration:none;
}
#nav a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #8cc652;
}

#hireme {
	position: absolute;
	width: 107px;
	height: 108px;
	left: 50%;
	margin-left: 317px;
	top: 0px;
}

#featured {
	position: absolute;
	left: 50%;
	margin-left: -347px;
	top: 120px;
	width: 696px;
	height: 550px;
	overflow:hidden;
}
#featured ul{
	position: relative; /* Enables positionning of elements inside viewport */
	padding: 0; /* Resets default - User Agent - style */
}
#featured li{
	width: 696px; /* Defines the size of inner element */
	height: 550px;
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
}

#but_prev {
	position: absolute;
	left: 50%;
	margin-left: -420px;
	top: 270px;
	cursor: pointer;
}
#but_next {
	position: absolute;
	left: 50%;
	margin-left: 380px;
	top: 270px;
	cursor: pointer;
}

.port {
	position: relative;
}
.info {
	position: absolute;
	top: 370px;
	left: 75px;
	width: 540px;
	color: #ffffff;
}
.info h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}
.info h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}
.info h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px dashed #8cc652;
	font-weight: bold;
	color:#FFFFFF;
}
.info p {
	font-size: 12px;
}
.smalltxt {
	color: #8cc652;
	font-size: 11px;
	text-decoration: none;
	float: right;
}

#textbody {
	position: absolute;
	width: 648px;
	height: auto;
	left: 50%;
	margin-left: -229px;
	top: 350px;
	#top: 360px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}
#textbody_vid {
	position: absolute;
	width: 648px;
	height: auto;
	left: 50%;
	margin-left: -229px;
	top: 599px;
	#top: 609px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}
#specs {
	position: absolute;
	width: 180px;
	height: 253px;
	left: 50%;
	margin-left: -412px;
	top: 350px;
	#top: 360px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:15px;
}
#specs_vid {
	position: absolute;
	width: 180px;
	height: 253px;
	left: 50%;
	margin-left: -412px;
	top: 864px;
	#top: 874px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:15px;
}
#vidbox {
	position: absolute;
	width: 840px;
	height: 500px;
	left: 50%;
	margin-left: -420px;
	top: 103px;
	background-color:#000000;
}

.green {
	color: #abdf81;
}
.dashedline {
	border-bottom: dashed 1px #abdf81;
	height: 0;
	font-size: 0;
	line-height: 0;
	width: 100%;
	#margin-top: 2px;
	#margin-bottom: 2px;
}

#overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	background-color:#000000;
	z-index:10000;
	top:0px;
	left:0px;
	color:#FFFFFF;
}

#bottom {
	top: 615px;
	position: absolute;
	width: 100%;
	background-color: #060c03;
	border-top: 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0px;
	border-style: solid;
	border-color: #232422;
	height: 150px;
}
