@charset "utf-8";

/* (c) resist.hu 2009 */

body {
	margin: 0; 
	padding: 0;
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px; }
	
#logo {
	background-color: #30323A;
	background-image: url(main.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 150px;
	width: 100%;
	margin: 150px 0 0 0; }
	
#sraff {
	background-image: url(http://lightupthestars.com/lib/sraff.png);
	background-repeat: repeat;
	text-align: center;
	height: 20px;
	width: 100%;
	margin: 0 0; }
	
a{
	color:#333;
	letter-spacing:3px;
	text-decoration:underline;}
	
a:hover{
	text-decoration:none;}

