@charset "UTF-8";

#body {
	font: 100%/1.4 sans-serif;
	margin: 0px auto;
	padding: 25px 0px 0px 0px;
	width: 1000px;
}

body {
	background-color: rgb(200,200,200); /* IE 9 */
	background: -webkit-linear-gradient(top, rgb(200,200,200) 10%, rgb(255,255,255) 50%) fixed;
	background: -moz-linear-gradient(top, rgb(200,200,200) 10%, rgb(255,255,255) 50%) fixed;
	background: -o-linear-gradient(top, rgb(200,200,200) 10%, rgb(255,255,255) 50%) fixed;
	background: -ms-linear-gradient(top, rgb(200,200,200) 10%, rgb(255,255,255) 50%) fixed;
	background: linear-gradient(to bottom, rgb(200,200,200) 10%, rgb(255,255,255) 50%) fixed;
	color: rgb(0,0,0);
	margin: 0;
	padding: 0;
}

h1 {
    color: rgb(50,50,50);
    font: 200%/1.4 sans-serif;
}

@import url("styles_mini.php") all;



