.default {
	width: 980px; /* 740 for 800px 980 for 1024px */
	margin: auto;
}

body {
	min-width:800px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
