* {
	padding: 0;
	margin: 0;
}

body {

	background-color: white;
	background: url('../images/bg.jpg') repeat-x;

}

.pngFix a
{
	position: relative;
}

#content {

	margin: auto;
	margin-top: 100px;
	width: 471px;
	height: 370px;

}

#card {
	
	padding-top: 5px;
	width: 471px;
	background: url('../images/card.png') no-repeat;
	height: 257px;

}

#logo {
	width: 153px;
	height: 19px;
	margin: 25px;
	background: url('../images/logo.png') no-repeat;
}

#logo a {
	
	display: block;
	width: 100%;
	height: 100%;

}

#text {

	width: 420px;
	height: 140px;
	margin: 25px;
	margin-bottom: 0px;
	font-family: arial;
	font-size: 14px;
	color: white;
}

.name {

	font-family: arial;
	font-size: 18px;
	text-decoration: bold;
	width: 450px;
	height: 18px;
	color: white;
	text-align: right;

}

#social {

	padding: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 25px;
	
}


#skype {

	height: 68px;
	width: 115px;
	float: left;
	background: url('../images/skype.png') 0px 10px no-repeat;

}

#skype a {
	
	display: block;
	width: 115px;
	height: 68px;

}

#fb {

	height: 68px;
	width: 68px;
	float: left;
	background: url('../images/fb.png') no-repeat;
	margin-left: 35px;
	

}

#fb a {
	
	display: block;
	width: 68px;
	height: 68px;
}

#tw {

	height: 68px;
	width: 68px;
	float: left;
	background: url('../images/tw.png') no-repeat;
	margin-left: 35px;

}

#tw a {
	
	display: block;
	width: 68px;
	height: 68px;
	
}

#envelope {

	height: 68px;
	width: 64px;
	float: left;
	background: url('../images/envelope.png') no-repeat;
	margin-left: 35px;

}

#envelope a {
	
	display: block;
	width: 68px;
	height: 64px;

}

#footer {
	
	clear: both;
	padding-top: 70px;
	padding-right: 20px;
	text-align: right;
	font-size: 9px;
	font-family: verdana;
	color: #989898;

}

#tip { 
    display:none; 
    background:transparent url(../images/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}

h1 {
	display: none;
	text-indent: -9999px;
}
