@charset "UTF-8";

@import url(main.css);
@import url(menue.css);
@import url(detail.css);

@media all
{
  html,body {
    padding        : 0px;
    margin         : 0px;
  
    font-family    : Verdana,Arial,Tahoma;
    font-size      : 12px;
	color          : #6d6e71;
	
	line-height    : 18px;
	
	background     : #6f1121;
  }
  
  html {
    overflow       : -moz-scrollbars-vertical;
  }
  
  img, ul, li, p, h1, h3, h4, h5, h6 , div {
    padding        : 0px;
    margin         : 0px;
  }
  
  img {
    display        : block;
	border         : none;
  }
  
  div#groupshot {
    width          : 290px;
	height         : 280px;
	
	overflow       : hidden;
  }
}