* {
    margin: 0px;
    padding: 0px;
    border: none;
}

html {
    background-color: #fff;
    color: #111;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	min-width: 650px;
}
#all {
	width: 100%;
}

#image {
	text-align: center;
}

#text {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}