@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	border: 0;
	padding: 0;
	outline: none;
}

body {
	background-image:url(background.jpg);
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;

	}
.wrapper {
	margin: 0 auto;
	padding:0px;
	width:900px;

	}	
.logo {
	width:860px;
	margin:auto 0;
	text-align:center;
	}	
	
/******************Social Media Spirtes***********************/
.social-media  {
	width:100px;
	margin: auto 0;
		
	}
#social {    background:url(social.jpg) no-repeat;    width:100px;    height:50px;    margin:0 auto;    padding:0; } 
#social span {    display: none; } 
#social li, #social a {height:50px;    display:block; } 
#social li {    float:left;    list-style:none;    display:inline; } 
#twitter { width: 50px; } 
#facebook { width: 50px; } 
#facebook a:hover {    background: url(social.jpg)  0px -50px no-repeat; } 
#twitter a:hover {    background: url(social.jpg) -50px -50px no-repeat; }
	
/*call box*/

#call_box {
	width: 346px;
	height: 37px;
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: -173px;
}

#call_box a img {
	border: none;
}
