#infoArea, #screenArea {
	margin-left: 10px;
}

/** gora**/
#infoArea {
	margin-top: 20px;
}

#demoInfoColumn {
	float: left;
	width: 375px;
}

#introText {
	margin: 10px 0 15px 0;
}

#downloadText {
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 10px 0;
}
#downloadButton {
	text-align: center;
	margin: 35px 0;
}

#downloadDescription {
	font-weight: bold;
	margin-top: 30px;
}

#downloadInstruction {
	text-align: center;
	display: block;
	font-weight: bold;
	width: 300px;
	margin: 0 auto;
}

#demoPhotoColumn {
	float: right;
	width: 350px;
	margin-right: 20px;
}


#emakeupDescription {
	background: black;
	color: white;
	padding: 15px;
}

#emakeupDescription h2 {
	font-size: 12px;	
}

#emakeupDescription p {
	text-align: justify;
}


/** screen **/
#screenArea {
	margin-top: 20px;	
}

#makeupScreen {
	float: left;
	width: 400px;
}

#makeupScreenDescription {
	float: right;
	width: 260px;
	margin-right: 55px;
}

#makeupScreenDescription p {
	text-align: justify;
}


#linksArea {
	text-align: center;
}

