body {
	
	width:100%;
	height:100%;
	
	font-family: Georgia,Garamond,Times New Roman,Times,serif;
	font-size: 80%;
	line-height: 1.6em;
	text-align: right;
	margin: 0;
	
	padding: 0;
	
	background-color: #000000;
	background-image: url('img/background2.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #666666;
	
	
	
}

a, a:link, a:visited {
	color: rgb(32,32,32);
	text-decoration: none;
}

a:hover {
	color: rgb(150,150,150);
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}
b
{
	color: rgb(128,128,128);	
}

#info
{
	width:600px;
	height:170px;
	float: right;	
	padding:0;
	margin:0;
	margin-top: 45%;
	margin-right: 200px;
}
