body { 
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-image: url('../images/bg.jpg'); 
	background-position: center bottom;
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	color: #fff;
	font-family: "Myriad Pro", Tahoma, Arial, sans-serif;
	font-size: small;
	line-height: 20px;
	text-align: center;
}

#container {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#buttons {
	margin-top: 15px;
}

#buttons img {
	margin-right: 10px;
}

.margintop {
	margin-top: 50px;
}
