html {
     height: 100%;
     position: relative;
}

body {
    min-height: 100%;
    position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	letter-spacing: 1px;
	line-height: 1.3;
}

header {
	position: relative; 
	padding: 20px;
	width: 100%;
	background-color: #5C00DE;
	z-index: 10;
	cursor: pointer;
}

a {
	float: left;
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
}

h1 {
	font-size: 30px;
}

#container {
	text-align: center;
	padding-bottom: 50px;
}

img {
	margin: 60px;
	cursor: pointer;
}

#text_container {
	width: 480px;
	margin: 0 auto;
	padding: 10px;
	cursor: pointer;
}

.box_shadow {
	box-shadow: 0 0 0 0 rgb(0,0,0);
}

.text_shadow {
	text-shadow: 0px 0px 0px rgb(0,0,0);
}

.clear {
	clear: both;
}