@charset "utf-8";
/* CSS Document */

html,body {
	height: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
#footer{
	position: absolute;
	bottom: 0;	
	height: 20px;
	width: 98%;	
	}
a.scw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;	
	color: #333;
	text-decoration:none;
}
a.scw:visited {
	color:#333;
	}
a.scw:hover {
    color:#FFF;
	}
#into_img {
	border: none;	
}
a.img_logo {
	color: #000;
}
a.img_logo:visited {
	color: #000;
}
a.img_logo:hover {
	color: #000;
}
