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

html {
	margins: 0;
	padding: inherit;
}
body {
	background: #000 url("../images/backdrop/rotate.php");
	margin: auto;
}
#shadow{
	width: 100%;
	height: 178px;
	background-image: url(../images/overlay.png);
	padding: inherit;
	margin: 0;
}
#label{
	width: 210px;
	height: 175px;
	margin-left: 100px;
	background-image: url(../images/label_bkg.png)
}
#nametag{
	width: 198px;
	height: 163px;
}
#top{
	width: 198;
	height: 70px;
}
#no_4{
	width: 198px;
	height: 63px;
}
#enter{
	width: 198px;
	height: 63px;
}
#sublabel{
	width: 198px;
	height: 30px;
}
#contain{
	width: 189px;
	height: 30px;
	margin: 0 auto;
}
#facebook{
	width: 27px;
	height: 30px;
	display: block;
	float: left;
}
#twitter{
	width: 27px;
	height: 30px;
	display: block;
	float: left;
}
#linked_in{
	width: 27px;
	height: 30px;
	display: block;
	float: left;
}
#tumblr{
	width: 27px;
	height: 30px;
	display: block;
	float: left;
}
#about_me{
	width: 27px;
	height: 30px;
	display: block;
	float: left;
}
#behanced{
	width: 27px;
	height: 30px;
	display: block;
	float: left;
}
#dribbble{
	width: 27px;
	height: 30px;
	display: block;
	float: left;
}
#link{
	width: 27px;
	height: 30px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #0084ff;	
}
a:focus{
	outline: 0 none;
}