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

#wrapper
{
	position:absolute;
	top:50%;
	margin-top:-120px; /* half of #container height */
	left:0px;
	width:100%;
	background-color:none;		
}

.container
{
	/*
	position:absolute;
	top:50%;
	margin-top:-302px;
	margin-left:0;
	margin-right:0;
	*/
	margin:auto;
	height:205px;
	width:300px;
}

img {border:none; margin:0px;}

.bbb {
    height: 205px;
    margin: 0 auto;
    position: relative;
    width: 300px;
}