/***********************************
** Styles for nathaliecrozier.com **
********** (front page) ************
************************************/

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	text-align: center;
	width: 816px;
	background-image: url(../images/bg_front_page.gif);
	background-color: #D9D9D9;
	background-repeat: repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: .85em;
	background-color: #D9D9D9;
	margin-left: auto;
	margin-right: auto;

}

.frontPage {
	text-align: center;
	padding-top: 8em;
	padding-bottom: 16em;
}

a:link {
	color: #1786b5;
}

a:visited {
	color: #1786b5;
}

a:hover {
	color: #DB86AE;
}

a:active {
	color: #DB86AE;
}


