@charset "UTF-8";

.wrapper{
		width:304px;
		position:absolute;
		top:0;
		left:0;
		}
		
	img{
		border:none;
		}
	
	*{
		margin:0;
		padding:0;
		}
		
	body{
		font-family:Gill Sans, Century Gothic, Helvetica, Arial, San-serif;
		font-weight:normal;
		font-size:12px;
		color:#333;
		}
		
	h1{
		font-weight:bold;
		font-size:12px;
		margin:0;
		display:inline;
		}
	h2{
		font-weight:bold;
		color#000;
		display:inline;
		font-size:10px;
		margin-left:8px;
		}
		
		h2 a{
			color:#666;
			text-decoration:none;
			}

	.image{
		width:304px;
		height:304px;
		position:absolute;
		top:0;
		left:0;
		background-color:#fff;
		}
				
	.icons{
		text-align:right;
		width:240px;
		position:absolute;
		top:312px;
		right:0;
		}
		
		.icons img{
			margin:0 0 0 4px;
			float:right;
			}
				
	.text{
		width:270px;
		position:absolute;
		top:312px;
		left:0;
		}