@charset "utf-8";
/* CSS Document */

body{padding:0;
	margin:0;
	background-color:white;
	font-family:"Century Gothic", Tahoma, "Trebuchet MS"
	color: #006600;}
	
.textbox{float:left;
		border:#009900 1px solid;
		width :300px;
		padding:20px;}
.imgbox{
		border:#009900 1px solid;
		margin-left: 310px;
		}
.signinetc{clear:both;
			background-color:#008000;
			color:#FFFFFF;
			padding:20px;}
			
.imgfloatright{float:right}