#info {
	z-index: 2;
    top: 0px;
    left: 260px;
	position: fixed;
	background-color: none;
	opacity: .75;
	padding: 10px;
}

#title1 {
	z-index: 3;
	left: 18px;
	top: 0px;
	position: fixed;
	opacity: .75;
	background-color: none;
	width: 215px;
	padding: 10px;
	font-size:12px;
	line-height: 14px;
}

#titleBlack {
	z-index: 3;
	left: 10px;
	top: 0px;
	position: fixed;
	opacity: .75;
	width: 200px;
	padding: 10px;
}

#brief {
	z-index: 2;
	top: 115px;
	position: fixed;
	opacity: .75;
	width: 250;
	background-color:#FFF;
	padding: 10px;
	font-size:12px;
	line-height: 16px;
}

#briefRubber {
	z-index: 2;
	left: 720px;
	top: 350px;
	position: fixed;
	opacity: .75;
	width: 250;
	background-color:#FFF;
	padding: 10px;
}

#briefVDV {
	z-index: 2;
	left: 595px;
	top: 350px;
	position: fixed;
	opacity: .75;
	width: 250;
	background-color:#FFF;
	padding: 10px;
}

#briefRight {
	z-index: 2;
	left: 230px;
	top: 0px;
	position: fixed;
	opacity: .75;
	padding: 10px;
	background-color:#FFFF33;
}

#mainMenu {
	z-index: 2;
	left: 0px;
	top: 50px;
	right: 0px;
	position: relative;	
}

#workVideo {
	z-index: 0;
	left: 10px;
	top: 115px;
	position: relative;
	width: 640px;
	padding: 0px;
	font-size:12px;
	line-height: 16px;
}

#resume {
	z-index: 0;
	left: 18px;
	top: 115px;
	position: relative;
	width: 640px;
	padding: 0px;
	font-size:12px;
	line-height: 16px;
}

#statement {
	z-index: 4;
	left: 388px;
	top: 86px;
	position: relative;
	padding: 20px;
	width: 400px;
	background-color: #eeeeee;
}

#workTitle {
	z-index: 5;
	left: 388px;
	top: 100px;
	position: fixed;
	background-color: #fff;
	opacity: .75;
	padding: 10px;
}


h1 {
	color: #000;
	letter-spacing: 0px;
	text-align: left;
	line-height: 17px;
	font-size: 12px;
	font-family: 'Georgia';
	font-weight: lighter;
	text-transform: uppercase;
}

h2 {
    line-height: 14px;
	font-size: 11px;
	color: #339900;
	letter-spacing: -0.5px;
	text-align: left;	
	font-family: 'Droid Sans', Courier,'Letter Gothic','Verdana';
	font-weight: normal;
}

h3 {
    line-height: 14px;
	font-size: 11px;
	color: #000;
	letter-spacing: -0.5px;
	text-align: left;	
	font-family: 'Droid Sans', Courier,'Letter Gothic','Verdana';
	font-weight: normal;
}

h4 {
	line-height: 17px;
	font-size: 14px;
	color: #000;
	letter-spacing: -0.5px;
	text-align: left;	
	font-family: 'Droid Serif', Courier,'Letter Gothic','Verdana';
	font-weight: normal;
}

h5 {
	color: #000;
	letter-spacing: 0px;
	text-align: left;
	line-height: 20px;
	font-size: 15px;
	font-family: 'Droid Serif';
	font-weight: normal;	
}

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.main a:link {
	color: #fff;
	text-decoration: none;
	opacity: .35;
}

.main a:visited {
	color: #fff;
	text-decoration: none;
	opacity: .35;
}

.main a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

.main a:active {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

.alt a:link {
	color:#051CE0;
	text-decoration: none;
    opacity: 1;
}

.alt a:visited {
	color:#051CE0;
	text-decoration: none;
    opacity: 1;
}

.alt a:hover {
	color:#051CE0;
	text-decoration: underline;
    opacity: 1;
}

.alt a:active {
	color:#051CE0;
	text-decoration: underline;
    opacity: 1;
}