@charset "utf-8";
/* Display */

*{ margin:0; padding:0; }

body{
	background:url(images/page_bg.gif) center repeat-y #6a93ab;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#6f8b6f;
}

/* Enter Page */

#enter{
	width:600px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-250px 0 0 -300px;
}

/* Pages */

#wrap{
	width:900px;
	margin:0 auto;
}

#banner{
	background:url(images/page_banner.gif) no-repeat center;
	width:900px;
	height:425px;
}

#title{
	width:300px;
	height:90px;
	position:relative;
	top:200px;
	left:450px;
}

#content{
	width:600px;
	padding:0 50px;
	margin:0 auto;
}

#menu{
	background:url(images/arrow.gif) left center no-repeat;
	padding:2px 0 2px 10px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 auto 5px;
}

.box{
	margin:5px auto;
	clear:both;
	padding:5px;
	border-bottom:1px dashed #CCC;
	line-height:14px;
	letter-spacing:0.2em;
}

.box:last-child{
	border-bottom:none;
}

/* Pages - About Me */

.box .right{
	float:right;
	width:100px;
}

.box .left{
	float:left;
	width:490px;
	line-height:18px;
}

.box .line{
	display:inline-block;
	width:490px;
}

/* Pages - My Project */

.project{
	text-align:center;
}

.project img{
	padding:2px;
	border:1px solid #CCC;
	margin:3px;
}

/* Fix */

.fix{
	clear:both;
}