@charset "UTF-8";
/* CSS of ivanasetiawan.com */


/* Mozilla based browsers */
::-moz-selection {
       background-color: #FFA;
       color: #000;
}

/* Works in Safari */
::selection {
       background-color: #FFA;
       color: #000;
}


/* General */


*{
	margin: 0;
	padding: 0;
	}
	

body {
	font-size: 100%;
	font-family: Century Gothic, arial;color: fffdf1; font-size: 14px;
	background: url(images/bg.jpg) repeat;
	text-align:left;
}

.clear { clear: both; }

a {
	color:#ff7ebb;
	text-decoration: none;
	font-style: italic;
	outline: none;
}

a:hover {
	color:#fe0078;
}

em	{font-size: 13.5px; color:#fe0078;}

/* Content */
#page-wrap {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

p#content-top{
	font-family:Century Gothic, arial;
	color: fffdf1;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	background:url(images/top-line.png) repeat-x;
}

h1#header-name {
	width: 1020px; height: 300px;
	background: url(images/header-name2.png) no-repeat;
	text-indent: -9999px;
	margin: 50px 0 20px 20px;
}

hr{ background:url(images/top-line.png) repeat-x; height:10px; border: none;}

h2#intro {
	font-family:Century Gothic, arial;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 18px;
	line-height: 32px;
}

a#cv {
	position: absolute;
	text-indent: -9999px;
	top:550px;
	width:1020px;
	height:230px;
	background:url(images/cv-new.png) no-repeat bottom center;
	outline: none;
}
a#cv:hover {
	position: absolute;
	width:1020px;
	height:230px;
	background:url(images/cv-new.png) no-repeat top center;	
}

a#blog {
	position: absolute;
	text-indent: -9999px;
	top:800px;
	width:1020px;
	height:230px;
	background:url(images/blog-new.png) no-repeat bottom center;	
}
a#blog:hover {
	position: absolute;
	width:1020px;
	height:230px;
	background:url(images/blog-new.png) no-repeat top center;
	outline: none;
}

#footer {
	position: relative;
	top:600px; 
	background:url(images/top-line.png) repeat-x;
	height: 80px;
}

#footer p#footcontent {
	position: absolute;
	padding: 8px 15px;
	text-align: center;
}
