/* CSS Document */

	/*  www.k3md.com general layout */

body	{
background-color: #000;
margin: 0px; 
text-align: right;
font-family: Verdana, sans-serif;
background-image: url(../imgs/splashback.jpg);
background-position: center;
background-repeat: repeat-y;
}

#wrapper	{
position: relative;
width:100px;
height:1px;
margin:35% 17% auto auto;
}

a	{
	text-decoration: none;
	font-weight: bold;
	color: #999;
	font-size: small;
	}
	
a:hover	{
	color:	#cccccc;
	background-color: transparent;
	text-decoration: none;
	}
