@font-face {
  font-family: 'supermarket';
  src: url('supermarket.eot?#iefix') format('embedded-opentype'),  url('supermarket.woff') format('woff'), url('supermarket.ttf')  format('truetype'), url('supermarket.svg#supermarket') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	font-family: 'supermarket';
}

table.maintable {
	margin-left:auto; 
    margin-right:auto;
}

.welcome {
	margin-top: 3px;
	margin-left: 35px;
	font-family: 'supermarket';
	font-weight: bold;
	font-size: 30px;
	color: #973139;
	text-align:left;
}

.welinfo {
	margin-top: -12px;
	margin-left: 35px;
	font-family: 'supermarket';
	font-weight: bold;
	font-size: 22px;
	color: #282828;
	text-align:left;
}

.welinfo span {
	font-family: 'supermarket';
	font-weight: bold;
	font-size: 22px;
	color: #c23d3d;
}

#news {
	font-family: 'supermarket';
	font-weight: bold;
	margin-left: 170px;
	margin-top: 15px;
	text-align:left;
}

#news ul {
	list-style-image: url("../images/news2.gif");
	color:#212121;
	font-size:20px;
}
#news ul li {
	line-height:24px;
}