
/* Reseat CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Footer Stick to the Bottom of a Page*/
* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -138px;
}
.footer, .push {
    height: 138px;
}
/* My Style*/

body {  
	background: #333 url(img/bg.png) repeat;
}
.footer {
	background: #eee url(img/footerline.png) repeat-x;
}
.logo {
	background:url(img/header.png) center top no-repeat;
	width:1024px;
	height:225px;
	margin:0 auto;
}
.id {
	background:url(img/tamer.png) center top no-repeat;
	width:900px;
	height:393px;
	margin:0 auto 20px auto;
}
.findme {
	background:url(img/findme.png) 0 50px no-repeat;
	width:820px;
	height:138px;
	margin:0 auto;
}
.linkedin { 
	background: url(img/ico-linkedin.png) no-repeat center top;
	margin-left:122px;
	width:94px;
}
.dart { 
	background: url(img/ico-deviantart.png) no-repeat center top;
	margin-left:13px;
	width:105px;
	
}
.twitter { 
	background: url(img/ico-twitter.png) no-repeat center top;
	margin-left:13px;
	width:106px;
	
}
.flickr { 
	background: url(img/ico-flickr.png) no-repeat center top;
	margin-left:13px;
	width:96px;
	
}
.facebook { 
	background: url(img/ico-facebook.png) no-repeat center top;
	margin-left:13px;
	width:106px;
	
}
.email { 
	background: url(img/ico-email.png) no-repeat center top;
	margin-left:13px;
	width:89px;	
}
.linkedin, .dart, .twitter, .flickr, .facebook, .email  {
	height:37px;
	float:left;
	margin-top:62px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
