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

body, html {
	margin:0;
	padding:0;
	height:100%;
	border:0;
}

body {
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#FFF;
	text-align:center;
}

.header_info {
	width:600px;
	position:relative;
	margin:0 auto;
}

.header_name {
	font-family: 'Rokkitt', serif;
	color:#000;
	font-weight:normal;
	font-size:48px;
}

h3 {
	font-size:24px;
	text-transform:uppercase;
	color:#6b01b6;
	font-family: 'Rokkitt', serif;
}

#complete_content {
	position:relative;
	width:800px;
	left:50%;
	margin:100px 0 0 -400px;
	overflow:visible;
}

.portfolio_text {
	margin-top:8px;
	line-height:16px;
	color:#2c2c2c;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	background-color:#6b01b6;
	color:#FFF;
	text-decoration:none;
	padding: 2px 4px 2px 4px;
}

a:hover {
	background-color:#4faaff;
	color:#FFF;
}
