body {
	margin:0;
	padding: 0;
	font-family: Verdena, Helvetica, sans-serif;
	background: url("/skin/bg.jpg");
	background-attachment: fixed;
}

#container {
	position: absolute;
	width: 1000px;
	
	background-attachment: fixed;
}

#container  h1{
	display: none;
}

#text {
	position: fixed;
	top: 52px;
	left: 120px;
	_margin-left: 120px;
	_margin-top: 100px;
	height: 500px;
	width: 370px;
	background: url("/skin/title.jpg") no-repeat 20px 0;
	padding-top: 120px;
	font-size: 12px;
	color: #f0e9e9;
}

#text a {
	color: #f0e9e9;
}

#portfolio {
	width: 280px;
	margin-left: 600px;
	padding: 0 20px;
	background: url("/skin/col.jpg") repeat-y 0 0;
	_margin-left: 620px;
	_margin-top: -720px;
}

#portfolio  img{
	margin-bottom: 10px;
}

.port-desc {
	color: #f0e9e9;
	font-size: 12px;
	height: 0px;
	overflow: hidden;
	height: 130px;
}

.port-desc a {
	color: #f0e9e9;
}

.port-text {
	padding: 0 40px 0 10px;
}