* {
	margin: 0;
	padding: 0;
	outline:none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #333333;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper{
    background-color:#f6f8f9;
    width:792px;
    margin:0 auto;
}

#photo{
    width:448px
    
}

#contacts{
    float:right;
    /*background-color:#f6f8f9;*/
    height:336px;
    padding-right:10px;
		width:327px;
}

#contacts table{
    margin-top:175px;    
}

#outer{
    height:100%;
}
