
html, body {margin: 0; padding: 0;}
body {
	text-align: center;
	background: black;
}
form {clear: both;}
h1, h2, h3, h4, h5, h6, p {
	text-align: left;
	padding: 0 5px 0 1em;
	color: white;
}
h2 {
	font: 2em Verdana;
}

a, a:visited, .button-link {
	color: #78f;
	text-decoration: underline;
	font: 1em bold;
	background: transparent;
	border: 0;
	cursor: pointer;
}
a:hover, .button-link:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

#main-container {
	width: 600px;
	margin: 0 auto;
	color: 333333;
}

/* y:62px */
#iphone {
	margin: 0 15px;
	padding: 0px;
	width: 185px;
	height: 395px;
	background: black url("images/bg-iphone.jpg") no-repeat top left;
	float: left;
}
#iphone-screen {
	width: 160px;
	height: 240px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 62px 0 0 12px;
}
#iphone-wallpaper {
	height: 240px;
	float: left;
	cursor: pointer;
}

.big-button {
	background-color: #000;
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	margin: 0 10px 0 0;
	border: 0;
	cursor: pointer;
	float: right;
}
.big-button span {visibility: hidden;}
.save-button {background-position: 0px 0px;}
.save-button:hover {background-position: -200px 0px;}
.create-button {background-position: -400px 0px;}
.create-button:hover {background-position: -600px 0px;}
.upload-button {background-position: -800px 0px;}
.upload-button:hover {background-position: -1000px 0px;}

#missing-file {
	color: #f00;
	font-weight: bold;
	visibility: hidden;
}

#recent-wallpapers {
	text-align: center;
}
#recent-wallpapers img {
	margin: 0.5em;
}
