/* ---------------------------------------------- */
/* ---------------- CSS RESET ------------------- */
/* ---------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfot, thead, tr, th, td {
	
	margin: 0;
	padding:  0;
	border:  0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	
	list-style: none;
}

/* ---------------------------------------------- */
/* ------------------ BODY ---------------------- */
/* ---------------------------------------------- */

body {
		line-height: 12px;		
		background-color: #302227;	
		margin:  0;	
		padding:  0;
		font: 12px Arial;
		color: #000;	
}

/* ---------------------------------------------- */
/* ----------------- GENERAL -------------------- */
/* ---------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

h1 {
	font-size: 27px;
}

h2 {

}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	margin: 0 0 10px 0;
	color: #472A2B;
}

p a {
	color: #472A2B;
}

p a:hover {
	
}

strong {
	font-weight: bold;
}


#wrapper {
	width: 800px;
	height: 600px;
	margin: 10px auto;
	background: url(ruby.jpg) no-repeat;
}


ul {
	position: relative;
	top: 480px;
	left: 50px;
}


ul li {
	color: #fff;
	line-height: 18px;
}

ul li a {
	color: #fff;
}

ul li a:hover {
	text-decoration: none;
}

.red {
	color: #C40D42;
	font-size: 16px;
	text-transform: uppercase;
}















