body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
}

div#center {
	width:635px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	padding:0px;
}

div#linkkot {
	text-align:right;
	background-color:#9d8d69;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	width:600px;
	padding:2px;
	margin:0px auto;
}

p {
	font-size:10px;
	font-family:Arial;
	color:#000000;
}

a:link,a:visited {
	color:#ffffff;text-decoration:none;
}

a:hover {
	color:#ffffff;text-decoration:underline;
}
