

body	{ background-color : #c0bcb4; }

.wrapper	{ width: 800px;
			  height: 441px;
			  font-family: Georgia, sans-serif;
			  background: url('/background.jpg') no-repeat; 
			  position: relative;
			}

h1			{ color: #228800;
			  font-weight:bold;
			  font-size: 60px;
			  letter-spacing : -1px; }

h2 			{ font-size: 25px;
			  padding: 0 0 5px 0;
			}

a			{ color : #e2661e }
a:hover		{ color : #f2863e }
a:visited	{ color : #b2360e }
			
.content	{
			position: absolute; right: 20px; top: 20;
			text-align: right;
			}


