/** home.css
 * style for controller home.php
 */

#welcome_box {
	width: 400px;
	margin-left: 100px;
}

p {
	margin-bottom: 10px;
}