html, body { margin: 0; padding: 0; background: #222 url('images/bg.png'); color: #eee; font-family: Verdana, Arial, sans-serif; font-size: 12px; text-align: center; }

div { margin: 0; padding: 0; }

h1, h2, h3, h4, p { margin: 0 0 1em; padding: 0; }

p { line-height: 1.5em; }

a, a:visited, a:hover { background: transparent; color: #9cf; outline: none; }

input, textarea { outline: none; }

.glow { position: absolute; top: 0; left: 50%; margin-left: -500px; width: 1000px; height: 500px; background: transparent url('images/glow.png') 50% 0% no-repeat; color: #fff; z-index: 10; }

.wrap { position: relative; margin: 0 auto; width: 440px; background: transparent; color: inherit; text-align: left; z-index: 20; }

	.head { position: relative; height: 95px; background: transparent url('images/head.png') 50% 0% no-repeat; color: #333; overflow: hidden; }
	
		.head h1, .head h3 { margin-left: -9000px; width: 240px; }
		
		.head .title { position: absolute; top: 25px; left: 25px; width: 240px; height: 60px; background: transparent url('images/title.png') top left no-repeat; color: inherit; }
		
			.head .title span { display: none; position: absolute; top: 0; left: 0; width: 240px; height: 60px; background: transparent url('images/title_hov.png') top left no-repeat; color: inherit; }
		
		.head .avatar { position: absolute; top: 25px; right: 25px; width: 60px; height: 60px; background: transparent url('images/avatar.png') top left no-repeat; color: inherit; }
	
	.nav { padding: 0 15px; background: transparent url('images/nav.png') 50% 0% repeat-y; color: #333; }
	
		.nav ul { margin: 0; padding: 0; width: 390px; list-style: none; overflow: hidden; }
		
			.nav ul li { display: inline; float: left; margin-top: 1px; width: 80px; height: 30px; line-height: 30px; background: transparent url('images/nav_div.png') top right repeat-y; color: #000; text-align: center; }
			
				.nav ul li a, .nav ul li a:visited, .nav ul li a:hover { background: transparent; color: #000; text-decoration: none; text-shadow: #fff 0px 1px 0px; }
		
		.nav .arrow { margin: 0 1px; height: 10px; background: transparent url('images/arrow.png') 0px 0px no-repeat; color: inherit; }
	
	.body { background: transparent url('images/body.png') 50% 0% repeat-y; color: #eee; }
	
		.body .panel { padding: 0 25px; background: transparent url('images/panel.png') 50% 100% no-repeat; color: #eee; }
		
			.body .panel h3 { margin: 0 0 .5em; }
			
			.body .panel .label { margin: 0 0 .25em; }
			
			.body .panel .field { margin: 0 0 .5em; }
			
				.body .panel .field input[type=text] { padding: 3px 0; width: 300px; background: #eee; color: #333; border: 1px solid #333; font-family: Verdana, Arial, sans-serif; font-size: 12px; }
				
				.body .panel .field textarea { padding: 3px 0; width: 300px; max-width: 300px; min-width: 300px; height: 100px; background: #eee; color: #333; border: 1px solid #333; font-family: Verdana, Arial, sans-serif; font-size: 12px; }
			
			.body .panel .button { padding-top: .5em; }
			
			.body #where ul { margin: 0; padding: 0; list-style: none; }
			
				.body #where ul li { display: block; margin-bottom: .5em; padding: 5px 5px 5px 26px; }
					
					.body #where ul li a { background: transparent; color: #eee; text-decoration: none; }
						
						.body #where ul li a h4 { margin: 0; color: #eee; text-decoration: none; }
			
	.foot { padding: 5px 25px; height: 40px; background: transparent url('images/foot.png') 50% 0% no-repeat; color: #333; }
	
		.foot p { margin: 0; line-height: 1em; text-shadow: #ccc 0px 1px 0px; font-size: 11px; }
	
	/* Where Links */
	
	.blog { background: #666 url('images/blog.png') 0px 8px no-repeat; color: inherit; }
	
	.twitter { background: #666 url('images/twitter.png') 0px 8px no-repeat; color: inherit; }
	
	.lastfm { background: #666 url('images/lastfm.png') 0px 8px no-repeat; color: inherit; }
	
	.flickr { background: #666 url('images/flickr.png') 0px 8px no-repeat; color: inherit; }
	
	.delicious { background: #666 url('images/delicious.png') 0px 8px no-repeat; color: inherit; }
	
	.youtube { background: #666 url('images/youtube.png') 0px 8px no-repeat; color: inherit; }
	
	.digg { background: #666 url('images/digg.png') 0px 8px no-repeat; color: inherit; }