/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
        #Site Styles
        #Page Styles
        #Media Queries
        #Font-Face */

/* #Site Styles
================================================== */
body{
      background: url(bgbottom.jpg) repeat-x #000;
	  background-position: top;
}

.home {
	width: 290px;
	height: 86px;
	position: absolute;
	left: 50%;
	margin-left: -145px;
	top: 50%;
	margin-top: -117px;
}
