/*SITE*/

body {
	background-color: #E63B74;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	
}
h2 {
	
}
p {
	
}
a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;

}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}
.header {
	text-align: center;
	
}
.nav {
	height: 28px;
	padding-top: 12px;
	
}
.nav a:link, .nav a:active, .nav a:visited {
	color: #fff;
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
	font-size: 13px;
}
.nav a:hover {
	color: #FFFF00;

}
.content {


}
.scroll {
	padding-bottom: 20px;
	overflow-x: auto;
	overflow-y: hidden;
	height: 430px;
	
}
.scroll img {
	margin-right: 10px;
	
}
.something {
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 380px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 390px;
	background-color: #D03B6C;
	
}
.footer {
	clear: both;
	
}
.field {
	border: 1px solid #E63B74;

}
.button {
	color: #FFFFFF;
	background-color: #D03B6C;
	border: 1px solid #E63B74;
	padding: 3px;
}
