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

#noise-grad {
	position: relative;
	top: auto;
	left: auto;
	width: 320px;
	height: 100%;
	background: none;
}

#content {
	left:auto;
	width:auto;
	height:100%;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	background: none;
	padding: 20px;
	font-family: "Prelude", "Myriad Pro", "Myriad", sans-serif;
	color: #BBB;
}
.title {
/*	text-align: right;*/
	margin-right: auto;
	margin-top: auto;
}
.ds {
	font-size: 22px;
}
.tag {
	font-size: 18px;
}
#contact {
	color: rgba(0,0,0,0);
}
#contact a {
	background-color: rgba(0,0,0,.4);
	font-size: 24px;
	display: inline-block;
	padding: 14px 0px 8px 19px;
	margin: 6px -3px 8px 2px;
	-webkit-border-radius: 8px; 
	border: 1px solid #000;
	min-height: 36px;
	min-width: 104px;
}
#contact a:link, #contact a:visited {
	color: #dd8855;
	font-size: 14px;
}
