body{
	margin: 0;
	padding: 0;
	background: url(../img/bgvign.png) no-repeat center -30px;
	background-color:#ffffff;
	text-align:left;
	height:100%; 
	font-family:helvetica, arial, san-serif;
	font-size:12px;
}

#container{
	position: relative;
	margin: 0 auto; 
	width: 240px;
	margin-top:15%;
}

#logo{
	background: url(../img/myvo_logo.png) no-repeat center;
	width:203px;
	height:207px;
	float:left;
}

.dot{
	background: url(../img/dot_orange3.png) no-repeat;
	width:28px;
	height:28px;
	float:left;
	position: relative;
	top:176px;
	left:3px;
}