html {background: url("../img/bg.gif") repeat-x bottom #FFF;height: 100%;margin:0;padding: 0;position: relative;overflow-y: scroll;}
body {color: #333;font-family: "Helvetica Nue",Helvetica,Arial,sans-serif;font-size: 75%;line-height: 1.5em;margin: 0 auto 1em auto;padding:0;width: 600px;}
img {border:1px solid #AAAAAA;display:block;float:left;padding: 10px;}
h1, p {margin:0;padding:0 0 10px  25px;}
h1{text-shadow: 1px 1px 1px #999;}
ul {padding:0 0 0 25px;margin:0;}
ul li {padding: 0 0 4px 0;}
a:link, a:visited {color: #333;text-decoration: none;}
a:hover, a:focus, a:active {color: #333;text-decoration: underline;}
footer a:link, footer a:visited {text-decoration: underline;}
footer a:hover, footer a:focus, footer a:active {text-decoration: none;}
section {display: block;float:left;width: 250px;}
aside {display: block;float:left;width: 300px;}
article {display: block;padding-top: 100px;width: 550px;}
footer  {display: block;padding: 15px 0 0 0; font-size: 91.25%;}

.shadow {
	-moz-box-shadow: 0 2px 6px #ddd; /* FF3.5+ */
	-webkit-box-shadow: 0 2px 6px #ddd; /* Saf3.0+, Chrome */
	box-shadow: 0 2px 6px #ddd;
}
.rotate {
	-moz-transform: rotate(-2deg);  /* FF3.5+ */
	-o-transform: rotate(-2deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-2deg);  /* Saf3.1+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.9993908270190958, M12=0.03489949670250097, M21=-0.03489949670250097, M22=0.9993908270190958); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.9993908270190958, M12=0.03489949670250097, M21=-0.03489949670250097, M22=0.9993908270190958)"; /* IE8 */
	zoom: 1;
}
