/*
      
      Anese Ltd Holding Page
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: lighter;
 font-weight: semibold;

 text-align: center;

 background: #fff;

}
#wrapper { 
 margin: 0 auto;
 width: 99%;
 background: #fff;
}
#content { 
 width: 99%;
 color: #000;
 background: #fff;
 margin: 100px 0px 10px;
 padding: 10px;
 height: 100%
}


a {

color: #000;

text-decoration: underline;

font-size: 18px;

}
a:hover {
color: #b20010;
text-decoration: none;
}
sep{
color: #b20010;
}