@import url(http://fonts.googleapis.com/css?family=Economica:400,700);

body {
	background-color: #FFCEB9;
	background-image: url(/images/peach-bg1.jpg);
	background-attachment: fixed;
	color: #3F2980;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

.a {
	position: absolute;
}

.obtn {
	position: relative;
	top: 7px;
    padding: 20px 25px;
    background: #F4793D;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#FE7402));
    background: -moz-linear-gradient(100% 100% 90deg, #FE7402, #fff);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 1px 2px 4px #463C3C;
    -moz-box-shadow: 1px 2px 4px #463C3C;
    -webkit-box-shadow: 1px 2px 4px #463C3C;
    -o-box-shadow: 1px 2px 4px #463C3C;
    -webkit-transition: background 0.7s ease, color 0.7s linear;
    -moz-transition: background 0.7s ease, color 0.7s linear;
    -o-transition: background 0.7s ease, color 0.7s linear;
    transition: background 0.7s ease, color 0.7s linear;
    text-decoration: none;
    color: #fff;
    font-family: verdana;
    font-weight: bold;
    font-size: 18px;	
    text-shadow: 1px 1px 1px #666;
    text-transform: uppercase;
}

.pbtn {
	background: #3F2980;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#3F2980));
    background: -moz-linear-gradient(100% 100% 90deg, #3F2980, #fff);
}

.h {
	visibility: hidden;
}

#ball {
	position: relative;
	margin: 0 auto 0;
	width: 960px;
	height: 960px;
	background-color: #F6F7F9;
	background-position: bottom;
	background-image: url(/images/GWT_Landing_Page_2020_1.jpg);
	background-repeat: no-repeat;
}

#tailored {
	position: absolute;
	top: 180px;
	left: 20px;
	width: auto;
	height: auto;
	font-family: 'Economica', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7F61A0;
}

#scroller {
	position: relative;
	top: 30px;
	left: 20px;
	width: 500px;
	height: 600px;
	overflow: auto;
}

#calendar {
	position: absolute;
	top: 190px;
	left: 680px;
	width: 250px;
	height: 350px;
}

#calendar h3 {
	color: #7F61A0;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: solid 3px purple;
}

#calendar .box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 330px;
	overflow: auto;
}

#calendar pre {
	font-family: inherit;
}

#ribbon {
	position: absolute;
	top: 150px;
	left: 10px;
}

#s2011 {
	position: absolute;
	top: 275px;
	left: 20px;
	width: auto;
	height: auto;
}

#s2012 {
	position: absolute;
	top: 360px;
	left: 20px;
	width: auto;
	height: auto;
}

#s2011 a, #s2012 a {
	text-decoration: none;
}

#s2011 a:hover, #s2012 a:hover {
	opacity: .9;
	filter: alpha(opacity = 90);
	color: #3F2980;
}

#s2011 img, #s2012 img {
	border: none;
}

