@charset "UTF-8";
/* CSS Document */
*,html{
	margin:0px;
	padding:0px;
	background-color:#DED7D3;
}
#cold{
	width:100%;
	height:100%;
	vertical-align: bottom;
	align:center;
	background-color:#DED7D3;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}