/*style sheet for the main part of Wogsland.org*/
body { 
	margin:0; 
	padding:0;
	font-family:verdana,arial,'sans serif';
	background-image:url("/photos/nice_snow_@2X.png");
	color:#000052;
	background-attachment:fixed;
 }
/* Make Header Sticky */
#header_container { background:#eee; border:1px solid #666; height:60px; left:0; position:fixed; width:100%; top:0; }
#header{ line-height:60px; margin:0 auto; width:940px; text-align:center; }
h1{color:#2929CC;}
a:visited{color:#000080;}
a:hover {color:red;}
a:link {color:#000080;}