* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
body {
	width: 100%;
	height: 100%;
	margin: 10px 0;
	padding: 0;
	background-color: #999;	
	font-size: 75%;
	text-align: center;
}
#head {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	padding-bottom: 31px;
	background: url('../img/top.png') bottom center no-repeat;
}
#head img {
	position: relative;
	z-index: 10;
	margin-left: -19px;
}
#content {
	text-align: left;
	margin: 0 auto;
	width: 730px;
	background: #fff;
}
img.screen {
	margin-right: 5px;
	float: left;
}
#foot {
	text-align: left;
	background: url('../img/bg.png') top left repeat-x;
}
#copy {
	height: 67px;
	margin: 0 auto;
	width: 700px;
	padding: 40px 20px 0 20px;
	background: url('../img/bot.png') top center no-repeat;	
	color: #fff;
	font-size: 90%;
}
h1, h2 {
	font-size: 125%;
	margin: 0 20px 2em 20px ;
	color: #252525;
	border-bottom: 1px solid #eaeaea;
}
.red {
	color: #de0000;
	border-bottom: 1px solid #eaeaea;
}
ul {
	margin-left: 40px;
	padding-bottom: 2em;
}
ul li {
	list-style-image: url('../img/li.gif');
	font-size: 100%;
	color: #252525;
}
p {
	padding-left: 40px;
	padding-bottom: 2em;
	color: #252525;
}
.atpakal {	
	margin-left: 10px;
}
A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #de0000;
  text-decoration: none;
}


