/**********************************/
/*** ©2010 despecial.com ****/
/**********************************/

body {
	background-color: #ffc970;
	font-family: Georgia,Sans-Serif;
	margin: 0;
	padding:0;
}

#container {
	position: absolute;
	text-align: center;
	height: 500px;
	width: 682px;
	left: 50%;
	margin-left: -341px;
	top: 50%;
	margin-top: -250px;
}

#startlink {
	margin-top: 40px;
	margin-left: 0px;
}

a { text-decoration:none; color: #c30; }

h1 { font-size: 24px; color: #bd3b0e; margin: 0; padding: 0;  }
h2 { font-size: 22px; color: #cf863f; margin: 0; padding: 0; font-weight: normal; line-height: 20px; margin-top: 5px }
h2 span { font-size: 13px; letter-spacing: 0.5px }


.none { display:none }