img{border:none;}
a:link {
	color: #479986;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #479986;
}
a:hover {
	text-decoration: underline;
	color: #479986;
}
a:active {
	text-decoration: none;
	color: #479986;
}
a:focus, a:active {outline: none;}
p {
	text-align:left;
	padding:0;
	margin:0px auto 0px auto;
}
.grid {
	background-image:url(../image/grid.png);
	background-repeat:no-repeat;
	background-position:top;
	position:absolute;
	z-index:999;
	width:1400px;
	height:1160px;
	left:50%;
	margin-left:-700px;
	top:0;
}
body {
	background-image:url(../image/slices.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform:uppercase;
	color:#666;
	margin:0;
	padding:0;
	height:100%;
	
}
html {
	background-image: url(../image/background.jpg);
	height:100%;
	
	}
html>body {
    min-height: 100%;
    height: auto;
}

.ring{
	text-align:center;
	padding-top:61px;
	margin:0px auto 0px auto;
	width:500px;
	height:500px;
	}
	
.headline{
	text-align:left;
	margin:0px auto 0px auto;
	width:993px;
	height:31px;
}
.headline2{
	margin:33px 16px 0 0;
	text-align:left;
	width:320px;
	height:31px;
	float:left;
}
.splitline2{
	background-image:url(../image/spliter-small.png);
	background-position:center;
	margin:20px 16px 0 0;
	width:320px;
	height:9px;
	float:left;
}

.splitline1 {
	background-image:url(../image/spliter.png);
	background-position:center;
	margin:20px auto 0px auto;
	width:993px;
	height:9px;
}

.about {
	background-image:url(../image/myname.png);
	background-position:center;
	margin:20px 16px 0 0;
	width:302px;
	height:90px;
	float:left;
}
.skils {
	background-image:url(../image/doing.png);
	background-position:center;
	margin:21px 16px 0 20px;
	width:300px;
	height:89px;
	float:left;
}
.follow {
	margin:61px 19px 0 45px;
	width:68px;
	height:9px;
	float:left;
}
.icons {
	margin:40px 0px 0 0px;
	width:44px;
	height:50px;
	float:left;
}

::selection {
        background: #b0dee0;
        }
::-moz-selection {
        background: #b0dee0;
}
.sendstatus {
	margin:0px 0px 0px 336px;
	width:481px;
	height:39px;
	float:left;

}
.form {
	width:993px;
	margin:0px auto 11px auto;
	text-align:left;
}
p#success {
	padding:0px;
	margin:0px;
	background-image:url(../image/sent.jpg);
	background-position:right;
	width:481px;
	height:39px;
}	
p#badserver {
	padding:0px;
	margin:0px;
	background-image:url(../image/server.jpg);
	background-position:right;
	width:481px;
	height:39px;
}
p#bademail {
	padding:0px;
	margin:0px;
	background-image:url(../image/error.jpg);
	background-position:right;
	width:481px;
	height:39px;
}
.formlabel {
	width:300px;
	text-align:left;
	margin:0px 0 11px auto;
}
.msglabel {
	width:636px;
	text-align:left;
	margin:0px auto 11px auto;
}
.leftfields {
	float:left;
	margin:0px;
}
.field {
	width:300px;
	text-align:left;
	margin:20px 0 20px 0;
	}
.submit {
	width:158px;
	text-align:right;
	margin:0px 0 0px auto;}
	
.msgfield {
	width:636px;
	text-align:left;
	margin:20px 21px 20px 0;
	float:right;
}
input {
	background-color:#FFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 9px;
	color:#666;
	border: 0px;
	width:300px;
	height:20px;
	background-image:url(../image/input.jpg);
}
textarea {
	padding: 12px 9px 9px 9px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#666;
	resize: none;
	border: 0px;
	width:638px;
	height:95px;
	background-image:url(../image/textfield.jpg);
	overflow:hidden;
}
.button {
	vertical-align:bottom;
	background-color:#FFF;
	color:FFF;
	border:0;
	width:158px;
	height:39px;
	font-size: 1px;
	background-image:url(../image/send.gif);
	cursor: pointer;
}
.button:hover {
	vertical-align:bottom;
	color:FFF;
	border:0;
	width:158px;
	height:39px;
	font-size: 1px;
	background-image:url(../image/send_hover.gif);
	cursor: pointer;
}
.button:active{
	vertical-align:bottom;
	color:FFF;
	border:0;
	width:158px;
	height:39px;
	font-size: 1px;
	background-image:url(../image/send_press.gif);
	cursor: pointer;
}
textarea:focus, input:focus {border:0px;}
