a {
	text-decoration: underline;
	color: #000000;
	}
a:hover {
	text-decoration: none;
	color: #666666;
	}
a:active {
	text-decoration: underline;
	color: #333333;
	}

* {
	margin: 0px;
	padding: 0px; }

div.clear {
	clear: both; }

div.clear-space {
	clear: both;
	height: 15px;
	position: relative; }

body {
	padding: 0px;
	cursor: default;
	font: 19px Myriad Pro, Myriad, arial, verdana, sans-serif;
	color: #6E6E6E;
	background: url('images/sid_bg.jpg') center top no-repeat;
	text-align: center;
	 }
	 
div.right {
	padding: 10px;
	float: right;
	font: 10px Myriad Pro, Myriad, arial, verdana, sans-serif;
	color: #000000;
	text-align: right;
	width: 200px;
	}

div.center {
	position: relative;
	padding: 50px 0 50px 0;
	text-align: center;
	width: 453px;
	}

/* ********** [ PAGE ] ********** */

div#page_wrap {
	max-width:1200px;
	background: url('ybackground.jpg') repeat-y center;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	}

