html {
	background: #0F0F0F url(bg.gif) repeat;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: 'Gill Sans', 'Helvetica Neue', Tahoma, Helvetica, 'Century Gothic', Arial, Verdana, sans-serif;
	font-size: 28px;
	line-height: 40px;
	font-weight: 300;
	color: #555;
	height: 100%;
	-webkit-text-stroke: 0px transparent;
}
a {
	color: #888;
	text-decoration: none;
	-webkit-transition: .3s linear;
}

a:hover {
	color: #fff;
	text-shadow: 0px 0px 4px #fff;
	padding-left: 15px;

}
#container {
  margin: 100px;
  width: 300px;
}
#container p {
	text-align: left;
	margin-bottom: 40px;
}

#l {
	color: #555;
	text-decoration: none;
	-webkit-transition: .2s linear;
}

#l:hover {
	color: #aaa;
}

#copyright {
	font-family: Tahoma;
	font-color: #ffffff;
	font-size: 12px;
	letter-spacing: normal;
	position: absolute;
	bottom: 2px;
	right: 1%;
	font-style: italic;
	line-height: 18px;
}