html {
	min-height: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	background: #c0c0c0 url(background.png) repeat;
}

body {
    height: 1460px;
    width: 429px;
    margin: 128px;
    padding: 0;
    background: #a8a8a8 url(names.png) no-repeat;
}

ul {
    display: none;
}