@font-face {
	font-family: 'walkwaysemi';
	src: url('../fonts/Walkway_SemiBold.eot');
	src: local('Walkway SemiBold Regular'), local('WalkwaySemiBold'), url('../fonts/Walkway_SemiBold.woff') format('woff'), url('../fonts/Walkway_SemiBold.ttf') format('truetype'), url('../fonts/Walkway_SemiBold.svg#WalkwaySemiBold') format('svg');
}

@font-face {
	font-family: 'walkwaybold';
	src: url('../fonts/Walkway_Bold.eot');
	src: local('Walkway Bold Regular'), local('WalkwayBold'), url('../fonts/Walkway_Bold.woff') format('woff'), url('../fonts/Walkway_Bold.ttf') format('truetype'), url('../fonts/Walkway_Bold.svg#WalkwayBold') format('svg');
}
body {
	  text-align:left;
	  font: 18px/27px 'walkwaybold', Arial, sans-serif;
	  font-size: 16px;
	  line-height: 18px;
		margin:0px;
		padding:0px;
		width:100%;
		height: 100%;
		background:#000  url("../images/background.jpg") 5% 0% no-repeat;
		}
#shape {
		position: absolute;
		top: 295px;
		left: 5%;
		background: url("../images/shape.png") no-repeat;
		width: 600px;
		padding: 30px 0 0 40px;
		height: 1060px
	}
#shape h1{
		font: 18px/27px 'walkwaybold', Arial, sans-serif;
		letter-spacing: 0px;
		font-size: 40px;
		color: green;
}	

#shape h2{
		font: 18px/27px 'walkwaybold', Arial, sans-serif;
		font-size: 22px;
		color: red;
		padding: 0 0 0 0;
		margin: 6px 0 0 0;
}
#shape h3{
		font: 18px/27px 'walkwaybold', Arial, sans-serif;
		font-size: 22px;
		color: #000;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
}
#shape h4{
		font: 18px/27px 'walkwaybold', Arial, sans-serif;
		font-size: 22px;
		color: #000;
		padding: 0 0 0 0;
		margin: 0 116px 0 0;
		text-align:right;
}

#shape a {
		font-weight: bold;
		color:red;
		text-decoration: none;
		}
#shape a:visited {
		color:red;
		border-bottom: 1px solid green;
		}
#shape a:hover {
		color:green;
		background: url("../images/menu.png");
}
#footer {
	position: absolute;
	left: 600px;
	top: 800px;
}
#contact {
	position: absolute;
	left: 600px;
	top: 800px;
		
	}

#footer a {

		font-size: 14px;
		padding: 7px 7px 7px 54px;
	  text-decoration: none;
		color:#666;
		}

#footer a:visited {
		color:#666;
		background-color:transparent;
		}

#footer a:hover {
		color:#fff;
}

input
{
color: #000;
background: transparent;
border: 1px solid #333 
}

submit input
{
color: #fff;
background: green;
border: 2px outset #333
}

textarea {
	width: 232px;
	height: 120px;
	border: 1px solid #333;
	background: transparent;
	}