/*
      
      Danesh Jewellery Holding Page
	  
*/

* { padding: 0; margin: 0; }
@font-face {
  font-family: raleway;
  src: url('Raleway-Light.ttf');
}
body {
 font-family: "raleway", Raleway, Arial, Helvetica, sans-serif;
 font-size: 22px;
 font-weight: semibold;

 text-align: center;

 background: #fff;

}
#wrapper { 
 margin: 0 auto;
 width: 99%;
 background: #fff;
}
#content { 
 width: 99%;
 color: #000;
 border: 1px none #ccc;
 background: #fff;
 margin: 200px 0px 10px;
 padding: 10px;
 height: 100%
}



logotext {
font-size: 40px;
}
a {

color: #000;

text-decoration: none;

font-size: 20px;

}
a:hover {
color: #777;
text-decoration: underline;
}