@charset "utf-8";
/* CSS Document */

body{
	
	font-size: 80%;
    font-family: "Courier New", Courier, monospace;
    letter-spacing: 0.15em;
	padding:0;
	margin:0;
	background-image:url(../img/backrounds/backround3.jpg);
	/*width: 100%;
    height: 100%;
	position:fixed;
    top: 0;
    left: 0;
    z-index: -5000;*/
	}

#main{
	margin: 0 auto;
    width:1182px;
}

h1{
	color:#FFF;
	
}

img{
	width:200px;
	height:200px;
	float:left;
	padding-right:10px;
	outline:none;
}


#info{
	float:left;
	color:#FFF;
	clear:both;
	width:200px;
}

#mk{
	/*font-size:15px;*/
	font-style:oblique;
	font-stretch:ultra-expanded;
}

#cv{
	float:left;
	color:#FFF;
	clear:both;
	width:200px;
	/*margin-left:100px;
	margin-top:-220px;*/
	
}

#work{
    float: right;
    /*width: 900px;*/
	/*overflow:scroll; */
	margin-top:-90px;
	margin-right:400px;
	color:#FFF;
	/*height:620px;*/

}
a:link {color:#FFF; text-decoration:none;}      /* unvisited link */
a:visited {color:#FFF; text-decoration:none;}  /* visited link */
a:hover {color:#FFF; text-decoration:none;}  /* mouse over link */
a:active {color:#FFF; text-decoration:none;}  /* selected link */
