
body {
	margin:0px; 
	padding:0px;
	background: url(../_img/bg0003.jpg);
}
a:link, a:visited, a:hover {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

#noise-grad {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../_img/noise-grad.png) repeat-x;
}

#content {
	left:50%;
	width:726px;
	height:271px;
	margin-top:18%;
	margin-left:auto;
	margin-right:auto;
	background: url(../_img/float-dan.png) no-repeat;
	padding: 20px 42px;
	font-family: "Myriad Pro", "Myriad", sans-serif;
	color: #333;
}
.title {
/*	text-align: right;*/
	margin-right: 260px;
	margin-top: 80px;
}
.ds {
	font-size: 22px;
}
.tag {
	font-size: 18px;
}
#contact {
	color: rgba(0,0,0,.4);
	font-size: 12px;
}
#contact a {
	margin: 0;
	padding: 0;
	display: inline;
}
#contact a:link, #contact a:visited {
	color: #574330;
	font-size: 14px;
}