body, div, h1, h2, h3, h4, ul, li, ol, dl, dt, dd, img, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #e5e7d2 url(part/baseBG.jpg) top center no-repeat; 
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #CCCCCC;
}

#outest{
	background: transparent url(part/strips.png) top left no-repeat;
}

#container {
	width: 960px;
	margin: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#bg-logo{
	background: transparent url(part/sugianto.png) no-repeat;
	position: relative;
	min-height: 150px;
}

#resume{
	background: transparent;
	position: relative;
	float: left;
	padding-left: 180px;
	min-height: 100px;
}

#bg-about{
	background: transparent url(part/foreword.png) no-repeat;
	position: relative;
	min-height: 240px;
}

#bg-work{
	background: transparent url(part/mywork.png) no-repeat;
	position: relative;
	min-height: 70px;
}

#portfolio{
	margin: 0px;
	min-height: 400px;
}

#portfolio ul{
	list-style: none;
}

#portfolio ul li{
	float: left;
	padding: 10px;
	margin: 10px 10px 10px 10px;
	background: transparent url(part/bg-thumb.png) no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#footertext{
	color: #3d2e00;
	text-align: center;
	font-size: 11px;
}

#contactme{
	margin-left: auto;
	margin-right: auto;
	float: none;
}

div.hr {
	min-height: 3px;
	background: transparent url(part/hr1.png) repeat-x;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.hr hr{
	display: none;
}
	
	