body {
	background-image:url(http://setty.in/images/background.jpg);
	background-repeat:repeat; 
	color:#555555; 
	font:1em/1.5 "MyriadPro-BoldCond", "Futura-CondensedMedium", "Yanone Kaffeesatz", "Helvetica", sans-serif; margin:0;
	}
	
a:link, a:visited, a:active {
	color:#5C8FAA; 
	text-decoration:none;
	}
	
a:hover {
	color:#3F6275;
	}

#container {
	width:800px; 
	margin:0 auto;}

#header {
	color:#888888; 
	position:relative;
    width:800px; 
    margin:14px 300px 15px 0; 
    padding-top:10px;
    }
    
#header h1 {
	font-weight:bold; 
	font-size:80px; 
	line-height:73px; 
    font-family:"MyriadPro-BoldCond", "Futura-CondensedMedium", "Yanone Kaffeesatz", "Helvetica", sans-serif; 
    letter-spacing:-.05em; 
    text-shadow:2px 2px 2px #fff;
    }
    
#description {
	font-size:14px; 
	line-height:18px; 
	margin:5px 0 15px 0; 
    width:540px; 
    text-transform:uppercase; 
    text-shadow:1px 1px 1px #fff;
    border-bottom:1px dotted #555555;
    padding-bottom: 15px;
    
	}
	
.content {
	color:#555555; 
	padding-top:15px; 
	margin-right:300px; 
	text-shadow:1px 1px 1px #fff;
	}
	
.content a {
	border-bottom:1px dotted #555555;
	}
	
.content a:hover {
	border-bottom:1px solid #555555;
	}
	
#credits {
	clear:both; 
	font-size:12px; 
	color:#888888; 
	margin-top:200px;
	margin-left:50px; 
	text-align:left;
	}
 
