
/*
Stylesheet for www.lonnybeam-design.com
Source	: loonybeam-design.css
Date	: July, 2009
*/

table.header {
	margin:0px 0px 0px 0px; 
}

body.coming_soon {
	background:#FFFFFF;
	height:100%;
}

body.welcomepage {
	background:#000004; 
	height:100%;
	
}

div.welcomepage_image {
	position:fixed;
	padding:0px;
	border:0px;
	margin-right:auto;
	margin-left:auto;
	top:auto;
	bottom:auto;
	height:auto;
	width:auto;
	text-align:center;
	vertical-align:middle;		
}


div.coming_soon {
	position:fixed;
	padding:0px;
	border:0px;
	margin-right:auto;
	margin-left:auto;
	top:auto;
	bottom:auto;
	height:auto;
	width:auto;
	text-align:center;
	vertical-align:middle;	
}


a {
	color:#808080;
	text-decoration:none;
	
}

a:hover {
	text-decoration:underline;
}