html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}


body {
	background: #fff;
	font: normal 12px "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	color: #222;
}

hr {
	display: none;
}

a {
	text-decoration: none;
}

#wrapper {
	max-width: 550px;
	margin: 15px 20px;
	text-align: left;
}


h1 {
	font: bold 30px "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 36px;
	letter-spacing: -0.05em;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#image {
	float: left;
}

#image img {
	display: block;
}

#info {
	margin-left: 120px;
}

p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#close {
	clear: both;
	text-align: right;
	border-top: 1px solid #ccc;
	margin-top: 2em;
}

#close a {
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
}
p.close a:hover {
	color: #222;
}
