body{
padding:0;
margin:0;
background-color:#3b3b3b;
}
#header{
background-image:url('images/bg_top.png');
background-repeat: repeat-x;
width:100%;
height:101px;
border-bottom:2px solid #818181;
}
#header_name{
padding-top:32px;
font-family:Verdana;
font-size:30px;
color:#fff;
float:left;
}
#header_skype{
text-align:left;
padding-top:28px;
font-family:Verdana;
font-size:12px;
color:#fff;
width: 371px;
}
#header_mail{
text-align:left;
padding-top:15px;
font-family:Verdana;
font-size:12px;
color:#fff;
width: 371px;
}

#rotate{
   -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
    transform: rotate(-10deg);
	font-size:14px;
	line-height:17px;
	width:180px;
	padding-top:51px;
	text-align:left;
	font-family:'Monotype Corsiva';
	color:#535353;
}

#header_line{
margin-top:15px;
margin-right:15px;
margin-left:15px;
background-image:url('images/line.png');
background-repeat: no-repeat;
width:1px;
height:72px;
float:left;
}
#middle{
background-image:url('images/bg_middle.png');
background-repeat: repeat-x;
width:100%;
height:402px;
padding-top:30px;
}
#middle_text{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:30px;
color:#fff;
}
#middle_line{
border-bottom:1px solid #fff;
height:1px;
width:400px;
}
#paper{
background-image:url('images/paper.png');
background-repeat: no-repeat;
margin-top:30px;
width:279px;
height:301px;
margin-bottom:70px;
}
#paperie{
background-image:url('images/paperie.png');
background-repeat: no-repeat;
margin-top:30px;
width:279px;
height:301px;
margin-bottom:70px;
}

#footer{
border-top:2px solid #818181;
padding-top:20px;
background-image:url('images/bg_bottom.png');
background-repeat: repeat-x;
width:100%;
height:68px;
}

#footer_url{
text-align:center;
font-family:Verdana;
font-size:12px;
color:#fff;
}

#input{
width:220px;
height:27px;
font-family:verdana;
font-size:18px;
float:left;
}
#button{
font-style:verdana;
font-size:14px;
color:#262626;
background-image:url('images/button.png');
border: none;
width:79px;
height:27px;
}
#text1{
padding-top:7px;
font-style:verdana;
font-size:10px;
color:#cbcbcb;
float:left;
padding-right:5px;
width:250px;
}
#text2{
width:250px;
text-align:left;
font-style:verdana;
font-size:10px;
color:#cbcbcb;
}

a:link,
a:visited,
a:hover{
color: #fff;
text-decoration:none;
}
