body{	font-size:90%;

	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
*{
	margin: 0px;
	padding: 0px;
}
#wrapper{
	width: 490px;
	margin: 0px auto;
}

h1{
	font-size:100%;
	margin: 20px 10px 10px 10px;
}

p{
	margin: 10px 10px 20px 10px;
}

#logo{
	float:left;
}

#head{
	padding: 10px 0px 0px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF6600;
}

.clear{
	clear:both;
}


#close{
	margin: 10px 0px 0px 0px;

}

#footer{
	height: 27px;
	margin: 0px;
	font-variant: normal;
	background-image: url(images/foot-bg.jpg);
	background-repeat: repeat-x;
}

#footer address{
	font-size: 90%;
	padding: 5px 0px 0px 5px;
	font-style: normal;
}

