body{
	
}

.clear {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/*--def link----------------------------*/

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}
/*--def link end--------------------------*/

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#-continar{
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 900px;
	padding-left: 50px;
	margin-top: 0;
	margin-bottom: -30px;
}

/*footer*/
.-footer, .push {
	height: 30px; /* .push must be the same height as .footer */
}
#footer p {
	text-align: left;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 10px;
	display: block;
	margin-left: 10px;
	letter-spacing: 1px;
	margin-top: 15px;
}
