@charset "UTF-8";
/* CSS Document */

														/********************-- Give Away Page --********************/

/********************-- Give Away Page --********************/
	/*Give Away Page - CSS beginning*/
/*Give Away section style*/
#giveaway {
	position: relative;
	width: 700px;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 10px;
	/*margin: auto;*/
	background-color: #ffffff;
	border: 2px solid #ff00ff;
}
/*New Press Releases section - heading styles*/
#giveaway h2 {
	font-style: oblique;
	font-weight: normal;
	text-align: center;
	margin: auto;
	color: #000000;
	background-color: #FF00FF;
	display: block;
}
/*New Press Releases section - paragraph styles*/
#giveaway p {
	font-size: 80%;
	margin: auto;
	/*border-bottom: 2px solid #ff00ff;*/
	padding: 1.5em;
}
/*New Press Releases section - paragraph styles*/
#giveaway p.prize {
	font-size: 80%;
	margin-left: .5em;
	margin-right: .5em;
	text-align: left;
	/*border-bottom: 2px solid #ff00ff;*/
	padding: 1.5em;
}
/*Give Away Page - CSS ending*/
