*{
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
	overflow:hidden;
}

body{
	color: #959393;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 140%;
	background: #ffffff;
}

a { color: #000; text-decoration: underline; cursor: pointer; }

#alt {
	width: 550px;
	margin: 20px;
}

#header { width: 548px; height: 72px; background: url('../images/header.png') no-repeat; }

p { margin: 20px 0; }

#add_dls { display: none; }
#add_dls strong { color: #000; }