/* antisalt.css */



/* Background */

body {
	background: #f4f7ff;
	margin: 0;
}


/* Stuff */

#container {
	width: 100%; height: 100%;
	background: #FFF;
}

.noborders {
	border: 0;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
}

a.emails:link, a.emails:visited, a.emails:active { color: #a9a8c4; text-decoration: underline; }
a.emails:hover { color: #cac9e7; text-decoration: underline; }

#topline {
	width: 100%; height: 6px;
	background: url('topline.jpg');
}


/* Logo */

#logoarea {
	width: 870px; height: 100px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
}


/* Header */

#header {
	width: 870px; height: 270px;
	background: url('img_header.jpg');
	margin-left: auto; margin-right: auto;
}


/* Table */

#tablearea {
	width: 870px; height: 340px;
	background: #FFF; color: #000;
	font: normal 0.8em Arial;
	margin-left: auto; margin-right: auto;
	clear: both;
}

#table_left {
	width: 270px; height: 300px;
	background: url('antisalt_purkki.jpg');
	float: left;
}

#table_right {
	width: 600px; height: 340px;
	float: right;
}


/* Footer */

.footer {
	width: 100%; height: 65px;
	background-image: url('line.jpg');
	background-color: #f4f7ff;
	background-repeat: repeat-x;
	background-position: top;
	color: #292a6d;
	font: normal 0.8em Arial;
	margin: 0; padding: 0;
}

#footercontent {
	width: 830px; height: 100%;
	margin: auto;
	padding-top: 20px;
	position: relative;
}