html, body {
padding:auto;
}

div {font-family:eurostile , helvetica nueue, helvetica, arial, sans serif;
}

div.container {
background-color :#cccccc;
margin-top: 40px;
margin-right: auto;
margin-left: auto;
padding:auto;
text-align: center;
font-size:9pt;
font-weight:normal;
color: #000;
width: 800px;
height: 500px;
}

div.header {
background-color :#c9da2e;
width: 800px;
height: 23px;
}


div.mainbody {
background-image : url(lady.png);
background-repeat:no-repeat;
background-color :#cccccc;
margin-bottom:0px;
padding:auto;
text-align:left;
float:left;
height:326px;
width:800px;
}

#number{
background-color:#fff;
margin-bottom:0px;
padding-top:28px;
padding-left:135px;
text-align:left;
float:left;
height:80px;
width:800px;
}
#addnumber{
background-color:#c8d82d;
margin-bottom:0px;
padding-top:10px;
padding-left:50px;
text-align:left;
float:left;
width:750px;
}

div.services{
width:479px;
height:303px;
float: left;
}

#anime{
background-image : url(img1.png);
width:479px;
height:303px;
float: left;
margin:auto;
}
#anime img {
	display:none;
	position:absolute;
}
#Tip1{
position: absolute; 
width: 200px; 
left:370px; 
top:220px; 
visibility: hidden; 
z-index:1; 
padding: 7px; 
background-color: #CCC; 
border: 1px solid #999;
text-align:left;
}
#add{
width: 200px; 
z-index:1; 
padding: 7px; 
text-align:left;
float:left;
}

#logo{
margin-top:163px;
margin-left:152px;
width:155px;
height:154px;
float: left;
}

a{
font-size:1.0em;
font-weight:normal;
font-family:eurostile , helvetica nueue, helvetica, arial, sans serif;
color:#000;
text-decoration:none;
}

div.footer{ 
background-color: #ccc; 
height:45px;
width:800px;
padding-top:10px;
text-align:centre;
font-size:1.2em;
font-weight:normal;
font-family:eurostile , helvetica nueue, helvetica, arial, sans serif;
float:right;
} 


