* {
	margin: 0;
	padding: 0;
}

/* DEBUG */
td{
	/*border: 1px solid black;	*/
}

/* Устанавливаем фон и сбрасываем настройки*/
html, body {
	height: 100%;
	background-image:url(../images/body-background.png);
	background-repeat:repeat;
}

h1, h2, h3 {
	font-weight:normal;	
}

table {
	width:100%;
	height:100%;	
	border-collapse:collapse;
	min-height: 100%;
}

ul, li {
	list-style-type:none;
}

a {
	cursor:hand;
	text-decoration:underline;
	color: rgb(217, 50, 21);	
}

a:hover {
	cursor:hand;
	text-decoration:underline;
	color:#FF0000;
}

.width950 {
	width:950px;
}

.height360 {
	height:230px;	
}

.center {	
	margin:0 auto;	
}


