/* = Riddle's Reset CSS ( http://perfectionorvanity.com/ )
---------------------------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}

ul { list-style: none; }
legend { display: none; }

input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/* = main
---------------------------------------------------------------------------- */

body {
	color: #333333;
	background: #FFFFFF;
	font-size: 100%;

}

body, input, textarea, select, option, optgroup, button {
	font-family: "Calibri",
}

a { color: #A4004A; }
a:hover { text-decoration: none; }


/* = layout
---------------------------------------------------------------------------- */

body{font-family: 'times new roman';
	font-size: 16px;
	font-weight: bold;
	background-color: #000000;
	width:100%; height:100%; overflow:auto;
	background-image: url('../../images/bg.jpg')repeat-y

}

h1 {
	background:url('../../images/logo4.png') no-repeat;
	position:absolute; top:20px; left:0;
	width: 173px;
	height: 130px;
	text-indent:-2000px;}
	
#info {
	width:440px;
	position:absolute; top:175px; left: 30px;
	
	}


#info a {
	color: #464646;
}

a.button1 {
	display: block;
	background-image: url(../../images/button1.png);
	width: 199px;
	height: 50px;
	text-decoration: none;
	text-align: center;
	padding-top: 35px;
	font-size: 12px;
	color: #444340;
	background-repeat: no-repeat;
	text-transform: uppercase; 
	float: left;
	margin-left: -25px;
	margin-top:-15px;
	

}
a.button2 {
	display: block;
	background-image: url(../../images/button1.png);
	width: 199px;
	height: 50px;
	text-decoration: none;
	text-align: center;
	padding-top: 35px;
	font-size: 12px;
	color: #444340;
	background-repeat: no-repeat;
	text-transform: uppercase; 
	float: right;
	margin-top:-15px;
}
