/*
Theme Name: ComingSoon
Theme URI: http://www.fbernalasoc.com.ar
Description: Simple ComingSoon Landing Page
Version: 1.0
Author: 3Ratones
Author URI: http://www.3ratones.com
*/

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #535353;
	background-color: #eaeaea;
}

a { color:#535353; font-weight:bold; text-decoration:none; }
a:hover { color:#616161;}
img { border: none; padding: 0; margin: 0; }
.left { float: left }
.right { float: right }
.clear { clear: both }

#container { width: 960px; margin: 0 auto; }

#body {
	margin-top: 48px;
	background: url(./images/coming_soon.jpg) top center no-repeat;
	text-align: center;
	padding-top: 120px;
}

	#body h1 {
		font-size: 50px;
		text-shadow: #fff 1px 1px;
		line-height: 0px;
	}
	
	#body h2 {
		font-size: 24px;
		text-shadow: #fff 1px 1px;
	}
	
#footer {
	margin-top: 80px;
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
}