@charset "UTF-8";

body {
	
	height: 100%;
	background-color:#000;
	font-family: 'Cantarell', arial, serif;

}

img {
	border: none;
}

a:link {

	color:#ff0099;
	text-decoration:none;
	
}

a:hover {

	color:#0CF;
	text-decoration:none;
	
}

a:visited {

	color:#000;
	text-decoration:none;
	
}
a:active {

	color:#666;
	text-decoration:none;
	
}

/*Removing Hover Flicker*/

#topnav_background {
	position: absolute;
	width: 292px;
	height: 0px;
	top: 60px;
	right: 61px;
}

/*Top Navigation Start*/

#topnav {
	position: absolute;
	width: 292px;
	height: 26px;
	top: 60px;
	right: 61px;
}

/*About Tab Start*/

.about {
	position: absolute;
	left: 0px;
	top: 6px;
	background: url(images/about_normal.png);
	width: 96px;
	height: 26px;

}

.about:link {
	position: absolute;
	left: 0px;
	top: 6px;
	background: url(images/about_normal.png);
	width: 96px;
	height: 26px;
}
.about:visited {
	position: absolute;
	left: 0px;
	top: 6px;
	background: url(images/about_normal.png);
	width: 96px;
	height: 26px;
}
.about:hover{
	position: absolute;
	left: 0px;
	top: 6px;
	background: url(images/about_hover.png);
	background-repeat:no-repeat;
	width: 96px;
	height: 26px;
}
.about:active{
	position: absolute;
	left: 0px;
	top: 6px;
	background:url(images/about_click.png);
	background-repeat:no-repeat;
	width: 96px;
	height: 26px;
}

/*About Tab End*/

/*Work Tab Start*/

.work {
	position: absolute;
	left: 98px;
	top: 6px;
	background: url(images/work_normal.png);
	width: 96px;
	height: 26px;
}
.work:link {
	position: absolute;
	left: 98px;
	top: 6px;
	background: url(images/work_normal.png);
	width: 96px;
	height: 26px;
}
.work:visited {
	position: absolute;
	left: 98px;
	top: 6px;
	background: url(images/work_normal.png);
	width: 96px;
	height: 26px;
}
.work:hover{
	position: absolute;
	left: 98px;
	top: 6px;
	background: url(images/work_hover.png);
	background-repeat:no-repeat;
	width: 96px;
	height: 26px;
}
.work:active{
	position: absolute;
	left: 98px;
	top: 6px;
	background:url(images/work_click.png);
	background-repeat:no-repeat;
	width: 96px;
	height: 26px;
}

/*Work Tab End*/

/*contact Tab Start*/

.contact {
	position: absolute;
	left: 196px;
	top: 0px;
	background: url(images/contat_highlight.png);
	width: 96px;
	height: 26px;
}

/*Contact Tab End*/

.pattern {
	
	position: absolute;
	background: url(images/pattern.png);
	background-repeat:repeat-x;
	top: 383px;
	left: 0px;
	width: 100%;
	height: 512px;
	background-color:#FFF;
	
}

.container {
	
	position: relative;
	width: 960px;
	height:900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -8px;
	
}

#black_background {
	
	position: relative;
	width: 100%;
	height: 441px;
	background-color:#000;

}

#sec_container {
	
	position: absolute;
	left: 61px;
	top: 86px;
	width: 838px;
	height: 374px;
	background-color: #FFF;
	z-index:100;

}

#sec_container #image {

	position: absolute;
	top: 17px;
	left: 17px;
	width: 802px;
	height: 338px;
	background-color:#CCC;

}

#info_container_info {

	position: absolute;
	top:120px;
	right:25px;
	width: 405px;
	height: 160px;
	color: #333;
	font-size:13px;
	letter-spacing: 0px;
	line-height: 21px;
	text-align:right;
}

#main_title {
	
	position: absolute;
	width: 363px;
	height: 48px;
	background: url(images/marco_john_design_title.png);
	left: 61px;
	top: 31px;

}

#shadow {
	
	position: absolute;
	top: 383px;
	width: 960px;
	height: 335px;
	background:url(images/shadow.png);
	z-index: 50;

}

#description {
	
	position: absolute;
	top: 560px;
	left: 62px;
	color: #CCC;
	border-top:thin;
	border-top-style: solid;
	border-bottom:thin;
	border-bottom-style: solid;
	width: 835px;
	height: 100px;
	z-index: 51;

}

#description_title {

	position: absolute;
	top: 15px;
	left: 15px;
	font-size:14px;
	
}

#twitter_update_list {

	position: absolute;
	top: 47px;
	left: 50px;
	color:#CCC;
	font-size:13px;
	letter-spacing: 0px;
	line-height: 21px;
	list-style: none;
	
}


#twitter_update_list span, #twitter_update_list span a {
	color: #000;
	text-decoration: none;
}

#twitter_update_list a {
	color: #F0C;
	}

#footer {
	
	position: absolute;
	background-color: #F39;
	left: 0px;
	height: 50px;
	width: 100%;
	color: #FFF;
	
}

#contact {
	
	position: absolute;
	left: 0px;
	top: 22px;
	
}

#contact ul{

	position:absolute;
	width: 400px;
	left: 0px;
	top: -27px;
	
}

#contact li{
	
	
	color:#FFF;
	float:left;
	margin-left: 10px;
	list-style-type:none;
	
}

#copyright {
	
	position: absolute;
	right: 40px;
	top: 22px;
	font-size:10px;
	letter-spacing: 1px;
	line-height: 21px;
	
}
