/*	Hi! I'm Happy Style Sheet
	I make designr.it/v3 look pretty.
	Piotr Fedorczyk is my creator.
	Please, be nice to him.
	He did a great job after all.
   
	------------------------------------------------------
   
	Designr.it v3 Splash Page Style Sheet - v3.01b
	Author: Piotr Fedorczyk (piotr@designr.it)
   
	----------------------------------------------------*/

	body {
		background: #fff url(/img/temp_splash.jpg) -100px 34px no-repeat;
		color: #333;
		font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
		font-size: 14px;
		min-height: 650px; }
	section { 
		left: 580px;
		position: absolute;
		top: 350px;
		width: 400px; }
	h1 { 
		clear: both;
		display: block;
		font-size: 50px;
		line-height: 60px;
		margin: 0 0 20px; }
	p {
		clear:both;
		display:block;
		font-size:25px;
		line-height: 50px;
		padding:0 0 30px; }
	small { 
		font-size: 12px; 
		line-height: 20px;}
	a { 
		border-bottom: 1px solid #ccc;
		color: #666; 
		text-decoration: none; }
	a:hover { 
		border-bottom: 1px solid #333; 
		color: #333; }