@import url(reset.css);

/* =global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
* {
	margin:0;
	padding:0;
}

html,body {
	height:100%;
	width:100%;
}

body { 
	font-family: "Trebuchet MS", "Lucida Grande", "Calibri" sans-serif;
	font-size: 15px;
	letter-spacing: normal;
	color:#151514;
	background:#fff url(../img/bg.gif) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; 
	max-height: 100%; 
}



/* =facielities
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.clear {
	clear:both;
}

.left {
	float:left:
}

.right: {
	float:right;
}

.hide {
	display:none;
}



/* =lay
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#wrapper {
	width:900px;
	margin: 0 auto;
	padding:0;
}

.flash_object {
	width: 900px;
	height: 590px;
	padding: 0;

}
.wrap_button {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 37px;
	background: url(../img/bg_belt.gif) center repeat-x;

}

.wrap_button a {
	position: relative; left:720px; top:0px;
	display: block;
	width: 138px;
	height: 37px;
	background: url(../img/button.gif) 0 0 no-repeat
}


.wrap_button a:hover {
	background: url(../img/button.gif) 0 -37px no-repeat
}

.wrap_button a:active {
	background: url(../img/button.gif) 0 -74px no-repeat
}




