@charset "UTF-8";
/* CSS Document */


body {
	margin-top: 0px;
	background-image:url(carbon.png);
	background-repeat:repeat;
	}
	
#holder_block {
	width: 700px;
	height: 400px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border-radius:4px;
}

#logo {
	float:left;
	width: 700px;
	height: 92px;
	margin-top: 60px;
	text-align:center;
}

#button1 {
	float:left;
	width: 200px;	
	margin-top: 15px;
	margin-left: 140px;
}

#button2 {
	float:left;
	width: 200px;	
	margin-top: 15px;
	margin-left: 20px;
}

#button3 {
	float:left;
	width: 200px;
	height: 160px;
	margin-top: 15px;
	margin-left: 250px;
}

#foot {
	float:left;
	width: 700px;
	padding-top:10px;
	padding-bottom:10px;
	color:#000000;
	background-color:#F1D903;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;


}


.butt {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #444444) );
	background:-moz-linear-gradient( center top, #666666 5%, #444444 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#444444');
	background-color:#666666;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	
	font-style:normal;
	height:37px;
	line-height:37px;
	width:200px;
	text-decoration:none;
	text-align:center;
	padding-bottom:8px;
	padding-top:8px;
}
.butt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #666666) );
	background:-moz-linear-gradient( center top, #444444 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#666666');
	background-color:#444444;
}.butt:active {
	position:relative;
	top:1px;
}

   


 
 
 
