@charset "UTF-8";
/* CSS Document */
html {
height:100%;
background:url(../images/backgroung.jpg) bottom right #030d0f no-repeat fixed;
}

html, body {
margin:0px;
padding:0px;

}

img {
border:none;
}

a {
text-decoration:none;
}

#nav {
width:100%;
height:52px;
background:#030D0F;
overflow:hidden;
position:fixed;
top:0px;
left:0px;
z-index:4;
}

.line {
width:99%;
paddingn:0 3px;
height:1px;
margin:0 0 0 5px;
background:#FFFFFF;
}

#mainContent {
margin:60px 0 0 5px;
height:auto;
height:100%;
}

#designWrap {
width:467px;
}

	.item {
	width:467px;
	color:#FF0000;
	margin-top:6px;
	}
	
	#designItem {
	width:71px;
	height:71px;
	margin:0 5px 5px 0;
	display:inline;
	}
	
		.itemTitle {
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FF0000;
		}
			.itemTitle a {
			color:#FF0000;
			}
		
			.itemTitle a:hover {
			color:#FFFFFF;
			}
			
		
		.itemSkills {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		float:right;
		margin-bottom:3px;
		}
		
		.pText {
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-align:justify;
		}
			.pText td {
			width:155px;
			}
		
		.itemImg {
		margin:0px 0 0 0;
		}
		
		.clock {
		width:467px;
		text-align:center; 
		margin:-95px 0 0 0;
		position:absolute;
		color:#FFFFFF;
		font-size:17px;
		text-transform:uppercase;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		display:none;
		}
		
		.dots {
		height:3px;
		width:100%;
		margin:7px 0 0 0;
		background:url(../images/dots.png);
		}
		
		
#footer {
width:100%;
height:20px;
overflow:hidden;
}

	#footerTxt {
	margin:3px 0 3px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	}
	
		#footerTxt a {
		color:#FF0000;
		}
		
		#footerTxt a:hover {
		color:#FFFFFF;
		}
		