* {
margin:0;
padding:0;
}
	
body {
background:url(../images/bg.gif);
height:100%;
}
html {height:100%;}

#all {
background-color:#424242;
width:764px;
margin:0 auto;
font-family: Tahoma;
font-size:11px;
color:#C9C9C9;
height:100%;
}

#all a{
text-decoration:none;
}
#all a:hover{
text-decoration:underline;
}

#footer {
height:52px;
background:url(../images/footer.gif);
}

#content {
height:410px;
width:764px;
display:table;
background-color:#585858;
}

.f_grey {
color:#959595;
}
.grey {
color:#C9C9C9;
}

.white {
color:#fff;
}
#form {
height:124px;
background:url(../images/form_bg.jpg) no-repeat;
}

.form1 {
width:123px;
height:13px;
border:solid 1px #535353;
font-size:10px;
color:#fff;
background-color:#3F3F3F;
margin:0 0 0 19px;
}
.form2 {
width:295px;
height:13px;
border:solid 1px #393939;
font-size:10px;
color:#fff;
background-color:#494949;
}



