* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#content {
 margin-left:190px;
 margin-right:190px;
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 600px;
 width: 419px;
 display: inline;
 background-image : url(logo.png);
}
#infos {
 margin-left:190px;
 margin-right:190px;
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 200px;
 width: 419px;
 display: inline;
 background-image : url(visit.png);
 background-repeat:no-repeat;
}

#notice1 {
 height: 211px;
 width: 213px;
 background: transparent;
 background-image : url(notice1.png);
 background-repeat:no-repeat;
 position:absolute;
 left:400px; top:150px;
}

#dialog1 {
	display: none;
}
