html{
    height: 100%;
    margin:0;
    padding:0;
}
#container {
    min-height: 100%;
    height:100%;
}
* 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;
	height: 100%;
	background-image: url("images/bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	overflow-x: hidden;
}

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

table td{
padding:0px;
}

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

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

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

a:active {
	color:#FF0000;
	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;}

img{border:0;}

a.bt-make-avatar {
background: url(/img/blablabla.PNG) no-repeat 0px 0px;
height: 21px;
float:left;
text-decoration: none;
width: 130px;
}
a.bt-make-avatar:hover
{
    background-position: 0 -21px;
}
span.bt-make-avatar {
background: url(/img/blablabla.PNG) no-repeat 0px 0px;
display:block;
height:21px;
text-decoration:none;
width:113px;
cursor:pointer;
cursor:hand;
}
span.bt-make-avatar:hover
{
    background-position: 0 -21px;
}
