/*/////////////////////////////////////////////////////
//
// A Simple Love Story asls.css
//
// coded by chocojax (http://chocojax.spacenote.net/)
//
/////////////////////////////////////////////////////*/

/* Declaring custom font.                            */
@font-face {
	font-family: antipasto;
	src: url('./Antipasto_regular.otf');
}

/* Rest of the website.                              */

body {
	background-color: #970300;
	color: #970300;
	font-family: antipasto;
	font-size: 18px;
	text-align: center;
}

a {
	color: #970300;
	text-decoration: none;
}

a:hover {
	color: #ba5856;
}

div.container {
	background-color: #fff;
	margin: auto;
	
	width: 1000px;
}

div.header {
	width: 1000px;
	height: 313px;
}

div.main-nav {
	font-size: 28;
}

div.main-nav a:hover {
	background-color: #eacdcc;
}

div.navigation {
	font-size: 20px;
}

div.navigation a:hover {
	background-color: #eacdcc;
}

div.info {
	text-align: center;
}

div.info2 {
	text-align: center;
	margin: auto;
	width: 900px;
}

div.info2 a {
	background-color: #eacdcc;
}

div.info2-download a {
	background-color: #eacdcc;
	font-size: 28;
}

div.log {
	border-style: dotted;
	border-width: 1px;
	
	margin: auto;
	overflow: auto;
	width: 300px;
	height: 100px;
}

h2.info {
	background-color: #970300;
	color: #fff;
	font-size: 22;
	font-weight: normal;
	letter-spacing: 5px;
	margin: auto;
	text-align: center;
	
	width: 900px;
}

img.tb {
	border: 0;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

img.tb:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

div.footer {
	background-color: #970300;
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	
	width: 1000px;
	height: 30px;
}

div.footer a {
	background-color: #fff;
	font-weight: normal;
}



