* {
	margin: 0;
	padding: 0;
	border: 0;
}

/*
html {
	background: url('images/background.jpg') no-repeat center center fixed #eeeeee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
*/
html {
	background: url('images/background.png') repeat-x center top fixed #2c2c2c;
	display: table;
	height: 98%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px;
	display: table-cell;
	vertical-align: middle;
	height: 98%;
	behavior: url(#default#homepage);
}
table {
	margin: 0 auto;
}
#textodiv {
	padding: 20px 20px 20px 0;
	font-size: 13px;
	margin: 10px;
	border: 0;
	height: 100%;
}
h2 {
	color: #ff850c;
	font-size:20px;
	margin:0;
	padding:0;
	padding-bottom: 10px;
	
}
#pie {
	padding: 5px;
	color: white;
	background-color: #ff850c;
	font-size: 12px;
	vertical-align: middle;
}
#pie img {
	float: right;
	margin-left: 3px;
	vertical-align: middle;
}
#pie span {
	position: relative;
	top: 4px;
	left: 5px;
}
a {color: #ffffff;}
