* {
margin: 0;
padding: 0;
}

body {
	background: #000;
	cursor: default;
	font-family: Arial, "Trebuchet MS", Tahoma, sans-serif; 
	font-weight: normal;
	font-size: 13px;
	color: #fff;
}
h1 {
	font-weight: normal;
	font-size: 11px;
	color: #fff;
}
h2 {
	font-weight: normal;
	font-size: 16px;
	color: #fff000;
}
h3 {
	font-weight: normal;
	font-size: 10px;
	color: #888;
}
h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff000;
}
h5 {
	font-weight: normal;
	font-size: 14px;
	color: #00aff3;
}
h6 {
	font-weight: normal;
	font-size: 9px;
	color: #777;
}
p {
	font-weight: normal;
	font-size: 12px;
	color: #888;
	text-align: left
}
a {
	color: #fff;
	text-decoration:none;
}
a:hover {
	color: #fff;
	text-decoration:underline;
}

#container {
	margin: 60px 0 0 10px;
}

#workImg {
	height: 427px;
	overflow: auto;
	position: relative;
}
#workInf {
	padding: 10px 0 0 0;
}
#about{
	width: 310px;
	margin-left: 415px;
	margin-top: -437px;;
}
#aboutImg {
	height: 434px;
}