/*
Theme Name: orange metal grunge
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body
{
background-color:#D15500;
background-image:url('http://www.metal-shaper.com/ms-img/metalworking-background.jpg');
background-repeat:no-repeat;
background-position:top center;
}

div#page-wrap 
{
margin: 0px auto;
max-width:960px;
min-width:780px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
background-color:#ffffff;
border:1px solid black;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
}