body {
   background-image: url(bg.jpg)
}

.btn-primary {
   background-image: url(button_bg.png);
   border: solid 1px black;
   color: black;
   height: 50px;
   font-size: 15px;
   width:235px !important;
}
		
.btn-primary:hover {
   background-image: url(button_bg_hover.png);
   border: solid 1px black
}
		
.rohy {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;

-khtml-border-radius-topleft: 5px;
-khtml-border-radius-topright: 5px;
-khtml-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomright: 5px;

-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;

border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
	
			
h2{color: white; text-shadow: 1px 1px 2px black}
h1{font-size: 40px}


.jumbotron{font-size: 17px; font-weight: normal; font-family: Verdana}
