html { overflow-y: scroll; } 
body { 
	margin: 50px 0px; padding:0px; 
	text-align: center; 
	font-family: 'Michroma', serif; font-style: normal; font-weight: normal; 
	background-image: url('grad.png');
	background-repeat: repeat-x;
	background-color: #fff;
}

div#content { width: 700px; margin:0px auto; text-align:left; padding: 15px; background: #ffffff; 
	border:2px solid #B7B7B7;
	border-radius:10px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}

p { margin: 0; padding: 0; }
p.logo { font-family: 'Cabin', serif; font-size: 61px; font-weight: 400; text-shadow: 2px 2px 2px #aaa; line-height: 1.2; text-align:center; }
p.tagline { text-align:center; font-size: 24pt; text-shadow: 2px 2px 2px #aaa;	color: #C9C9C9;	margin-bottom: 20px; }
p.skill { font-size: 16pt;text-shadow: 2px 2px 2px #aaa;color: #E5E5E5;padding-bottom: 5px;	}
p.copy { font-size: 8pt; font-weight: bold; color: #000; padding: 15px;}
p.detail { padding-top: 5px; font-size: 10pt; color: #8B8B8B;	}

ul.detail { list-style-type: none; padding: 0px; margin: 0px; font-size: 12pt; color: #8B8B8B;	}
li { background-image: url(bullet.png); background-repeat: no-repeat; background-position: 0px 12px; padding-left: 14px; }

#skills { text-align: left; margin:0px auto; width: 500px; }
#footer { text-align: center; padding-top: 20px; font-size: 10px; }

#customer-login { font-size: 8px; text-align: right; border: 0px solid black; }

div#one, div#two, div#three, div#four { padding-bottom: 15px; display: none }
