* {
	margin:0px;
	padding:0px;
}

html {
	height: 100%;
}

body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#ffffff;
}
/* ======================================= */
#content {
	padding-bottom: 77px;
}

#footer {
	height: 57px;
}

/* Для Opera (Если не прибивается подвал)
#content:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
*/
/* ======================================= */
table {
	width:100%;
	border:0px;
	border-collapse:collapse;
}

td {
	vertical-align:top;
}

img {
	border:0px;
}
