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

body{
	background: #002f5d;
	color: #fff;
	font-size: 12px;

}
#wrapper{
	width: 500px;
	height: 500px;

	position: relative;
	
}
a{

	border:none;
	outline: none;
}
*{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
h2{
	font-size: 14px;
	padding: 0px 0px 7px 0px;
}	
#text{
	padding: 8px 10px;
	float:right;
	line-height: 160%;
}
#text p{
	display: inline;
}
#text img{
	padding: 0px 10px 10px 0px;
}
#close{
	clear: both;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
	
}
