/*
Theme Name: Museum
Theme URI:BOC
Version: 1.0
Tags: responsive, white

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This is an example theme to go along with the Treehouse blog post on <a href="http://teamtreehouse.com/how-to-build-a-responsive-wordpress-site-with-twitter-bootstrap">How to Build a Simple Responsive WordPress Site Using Twitter Bootstrap</a>.
*/

@import url('bootstrap/css/bootstrap.css');
@import url('bootstrap/css/res.css');
@import url('bootstrap/css/carousel.css');
@import url('bootstrap/css/base.css');
@import url('bootstrap/css/top.css');

html {
   background:#FFF url(images/bgimg.png) repeat-x center center fixed  ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
padding-top: 0;
	padding-bottom: 0; 
}

body {
	padding-top: 0;
	padding-bottom: 0;  
/*font-family: 'Raleway', sans-serif;*/
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px; background:none

}

