* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	margin: 0 auto;
	font: normal 14px "Trebuchet MS", "Times New Roman", sans-serif;
	color: #;
	position: relative;
	background-color: #1f1a17;
}

img {
    border: none;
}

p {
	margin-top: 15px;
}

.content {
	padding: 50px 10px 0 10px;
	text-align: center;
}

a:link    { color: #c6923f; text-decoration: none; } 
a:visited { color: #c6923f; text-decoration: none; } 
a:active  { color: #c6923f; text-decoration: none; } 
a:hover   { color: #c6923f; text-decoration: underline; }