﻿*
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 13px;
}
a
{
	text-decoration: none;
}
img
{
	border-style: none;
}
body
{ 
	
 }

.intro_def
{
	width: 100%;
	height: 514px;
	float: left;
}
.button_example
{
	border: 0px solid #9EC1FF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-family: tahoma, verdana, arial, sans-serif;
	padding: 10px 10px 10px 10px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #E5120D;
	background-image: linear-gradient(top, #ffd65e, #febf04);
}

.button_example:hover
{
	border: 0px solid #A20C06;
	background-color: #A20C06;
	background-image: linear-gradient(top, #A20C06, #A20C06);
}

.footer2{width:100%; height:25px; background-color:#222;}