/*
	Author: Mohammad Amiri | http://mohammadamiri.ir/
	Copyright © 2010 www.mohammadamiri.ir, All rights reserved.
     ___  ___   _____   _   _       ___       ___  ___       ___  ___       ___   _____  
    /   |/   | /  _  \ | | | |     /   |     /   |/   |     /   |/   |     /   | |  _  \ 
   / /|   /| | | | | | | |_| |    / /| |    / /|   /| |    / /|   /| |    / /| | | | | | 
  / / |__/ | | | | | | |  _  |   / / | |   / / |__/ | |   / / |__/ | |   / / | | | | | | 
 / /       | | | |_| | | | | |  / /  | |  / /       | |  / /       | |  / /  | | | |_| | 
/_/        |_| \_____/ |_| |_| /_/   |_| /_/        |_| /_/        |_| /_/   |_| |_____/ 
     ___       ___  ___   _   _____    _  
    /   |     /   |/   | | | |  _  \  | | 
   / /| |    / /|   /| | | | | |_| |  | | 
  / / | |   / / |__/ | | | | |  _  /  | | 
 / /  | |  / /       | | | | | | \ \  | | 
/_/   |_| /_/        |_| |_| |_|  \_\ |_| 
*/

body {
	background-color: #d5d9db;
	cursor: default;
	direction: ltr;
	font: 11px tahoma;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	outline: none;
}
h1 {
	color: #d5d9db;
	display: none;
}
div#content {
	background: url(gradient_bk.jpg) no-repeat center;
	height: 600px;
	left: 50%;
	margin: -300px 0 0 -400px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 800px;
}
div#logo {
	height: 160px;
	left: 320px;
	position: absolute;
	top: 180px;
	width: 160px;
}
div#logo a#mohammad-amiri-logo,
div#logo a#mohammad-amiri-logo:hover {
	background: url(mohammad_amiri_web_and_graphic_designer_logo.jpg) no-repeat center;
	background-position: 0 0;
	display: block;
	height: 160px;
	width: 160px;
}
div#logo a#mohammad-amiri-logo:hover {
	background-position: 0 -160px;
}
div#icons {
	height: 33px;
	left: 263px;
	position: absolute;
	top: 375px;
	width: 70px;
}
div#icons a#deviantart-icon,
div#icons a#deviantart-icon:hover,
div#icons a#email-icon,
div#icons a#email-icon:hover {
	background: url(icons.jpg) no-repeat center;
	background-position: 0 0;
	display: block;
	float: left;
	height: 33px;
	width: 33px;
}
div#icons a#deviantart-icon:hover {
	background-position: 0 -33px;
}
div#icons a#email-icon {
	background-position: -37px 0;
	margin-left: 4px;
}
div#icons a#email-icon:hover {
	background-position: -37px -33px;
}