#info {
	z-index: 2;
	left: 30px;
	bottom: 0px;
	position: fixed;
	width: 325px;
	background-color: #fff;
	opacity: .75;
	padding: 10px;
}

#title1 {
	z-index: 3;
	left: 30px;
	top: 0px;
	position: fixed;
	opacity: .75;
	background-color: #fff;
	width: 325px;
	padding: 10px;
}

#brief {
	z-index: 2;
	left: 30px;
	top: 232px;
	position: fixed;
	opacity: .75;
	background-color: #fff;
	width: 325px;
	padding: 10px;
}

#mainMenu {
	z-index: 2;
	left: 30px;
	top: 94px;
	position: fixed;
	opacity: .75;
	background-color: #fff;
	width: 325px;
	padding: 10px;
}

#work {
	z-index: 4;
	left: 388px;
	top: 86px;
	position: relative;
	padding: 10px;
	width: 600px;
	background-color: white;
}

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

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


h1 {
	color: #000;
	letter-spacing: 1px;
	text-align: left;
	line-height: 17px;
	font-size: 15px;
	font-family: Georgia;
	font-weight: lighter;
}

h5 {
	color: #fff;
	letter-spacing: 1px;
	text-align: left;
	line-height: 17px;
	font-size: 24px;
	font-family: Georgia;
	font-weight: lighter;
}

h2 {
	color: #000;
	letter-spacing: 1px;
	text-align: left;
	line-height: 15px;
	font-size: 12px;
	font-family: Georgia;
	font-weight: lighter;	
	opacity: 1;
}

h3 {
	color: #333;
	letter-spacing: 1px;
	text-align: left;
	line-height: 12px;
	font-size: 10px;
	font-family: Lucida Grande;
	font-weight: lighter;	
}

h4{
	text-transform: uppercase;
	color: #ff0099;
	letter-spacing: 1px;
	text-align: left;
	line-height: 15px;
	font-size: 10px;
	font-family: Lucida Grande;
	font-weight: lighter;	
}

body {
    background:     url('img/bg01.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.main a:link {
	color: #fff;
	text-decoration: none;
	background-color: #ff0099;
}

.main a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #ff0099;
}

.main a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #333;
}

.main a:active {
	color: #fff;
	text-decoration: none;
	background-color: #333;
}

.alt a:link {
	color: #ff0099;
	text-decoration: none;
}

.alt a:visited {
	color: #ff0099;
	text-decoration: none;
}

.alt a:hover {
	color: #333;
	text-decoration: none;
}

.alt a:active {
	color: #333;
	text-decoration: none;
}
