html{
    height: 100%;
    margin:0;
    padding:0;
}
#container {
    min-height: 100%;
    height:100%;
	background-image: url("images/bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-position:top;
	overflow-x: hidden;
}
* html #container {
    height:100%
}

body {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color:#FFFFFF;
	background-image: url("images/bg_all.jpg");
	height: 100%;
}

table{
border:0px;
border-collapse:collapse;
}

table td{
padding:0px;
}

p{padding:0 30px;
text-indent:20px;
margin:15px 0px;
text-align:justify;}

a:link {
	color:#006600;
	font-size:16px;
}

a:visited {
	color:#006600;
	font-size:16px;
}

a:active {
	color:#006600;
	font-size:16px;
}

h1{padding:0px 50px;
margin:10px 0px 10px 0;
text-align:center;
color:#003300;}

h2{padding:0px 50px;
margin:10px 0px 10px 0;
text-align:center;
color:#003300;}

h3{padding:0px 50px;
margin:10px 0px 10px 0;
text-align:center;
color:#003300;}

#block_fotocash{
position:relative;
width:518px;
height:111px;
background-image:url(/images/fotocash.gif);
margin:0 auto;
}

#fotocash{
position:absolute;
left:25px;
top:25px;
}