/*
		 Chris Coyier
		 http://css-tricks.com
*/

*													{ margin: 0; padding: 0; }
body												{ font-size: 62.5%; font-family: Georgia, serif; 
													  background: url(images/BG.gif);
													  background-repeat: no-repeat;
													  background-color: #000;
													  background-attachment: fixed;
													  background-position: center top;}
.clear												{ clear: both; }


	

a													{ outline: none; }
img, a img											{ border: none; }

h1													{ font-weight: normal; }
p													{ font-weight: normal; font-style: italic; font-size: 10px; color:#FFF }

#page-wrap											{ min-width: 800px; }

#twitter, #flickr, #scrnshots 						{ width: 80%; float: center; padding: 10px; min-width: 50px; }

img.profile-pic										{ float: left; padding: 5px; }

#flickr img, #scrnshots img, #twitter img			{ width: 50px; margin: 10px; }

.tweet												{ padding: 5px; margin: 2px 0; }