* {
	margin: 0; padding: 0;
}

body {
	background-color: #1b1a1b;
}

#slider {
	width: 460px;
	height: 345px;
	margin-left: 212px;
	margin-top: 79px;
}

#container {
	width: 883px;
	height: 535px;
	background-image: url(images/ipad.png);
	overflow: hidden;
	margin: 30px auto;
	margin-left: -80px
}

/*Header Styles*/
#header {
	font-family: Palatino, Georgia, serif;
	background: black;
	color: white;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#header a{
	color: #ccc;
	text-decoration: none;
}


#header a:hover{
	color: #white;
	text-decoration: underline;
}



