@charset "utf-8";
/* CSS Document */

body {
	background-color:#1a131c;
	background-image:url(images/bgTall.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: "Helvetica", Arial, sans-serif;
	font-style:normal;
	font-size:12px;
	color:#90b874;
}

img {
	border:none;
}

a:link {
	color:#526663;
}

a:active {
	color:#beffbf;
}

a:visited {
	color:#526663;
}

a:hover {
	color:#90b874;
}

.header {
	position:absolute;
	width:100%;
	margin:0;
	top:0;
	left:0;
}

#headerImg {
	margin-left:30px;
}

ul {
	list-style:none;
}

.linksBar {
	position:fixed;
	top:0;
	left:0;
	margin-left:-10px;
	margin-top:135px;
	font-size:14px;
	font-weight:bold;
}

#linksList {
	word-spacing: 20px;
}

#linkHeader {
	margin-left:38px;
}

.previewTop {
	position:relative;
	width:800px;
	margin-left:160px;
	margin-top:150px;
}

.preview {
	position:relative;
	width:800px;
	margin-left:160px;
}

.prevCaption {
	position:relative;
	width:800px;
	margin-left:160px;
	margin-bottom:50px;
}

.info {
	position:relative;
	line-height:20px;
	width:400px;
	margin-left:112px;
	margin-top:150px;
}

.cv {
	list-style:circle;
	line-height:12px;
}

.head {
	font-size:14px;
	font-weight:bold;
	color:#526663;
}

.caption {
	font-size:12px;
}

.creativeCommons {
	position:relative;
	margin-left:112px;
	margin-top:40px;
	margin-bottom:20px;
}

.links {
	position:absolute;
	word-spacing:10px;
	font-size:14px;
	font-weight:bold;
	top:0;
	margin-top:50px;
	margin-left:880px;
}