/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Here we start */

html {
  border: 10px solid #2B673B;
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}

body {
  background-color: #46A65E;
  text-align: center;
  font-family: "Lucida Grande", Arial, sans-serif;
}

#container {
  width:550px;
  height:260px;
  position:absolute;
  top:50%;
  left:50%;
  margin: -130px 0px 0px -275px;
  background-color: #C6DAB2;
  border: 1px solid #F2F2F2;
  text-align: left;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 100px #3F713D;
  -moz-box-shadow: 0px 0px 100px #3F713D;
  background-image:-webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.13, rgb(224,241,205)),
      color-stop(0.57, rgb(191,213,166))
  );
  background-image:-moz-linear-gradient(
      center top,
      rgb(224,241,205) 13%,
      rgb(191,213,166) 57%
  );
}

#logo {
  width:275px;
  height:170px;
  margin:90px 0px 0px 35px;
  float:left;
}

.headline {
  float:left;
  font-size: 20px;
  color:#2D2D2D;
  width:220px;
  margin:30px 0px;
  font-weight: bold;
  text-shadow: 0px 1px 0px #F6FEE6;
}

.contact {
  font-size: 12px;
  float:left;
  width:220px;
  margin-bottom:30px;
  line-height:20px;
  text-shadow: 0px 1px 0px #F0FDCB;
}

.follow {
  font-size: 12px;
  float:left;
  width:220px;
  line-height:20px;
  text-shadow: 0px 1px 0px #F0FDCB;
}

a {
  text-decoration: none;
  color:black;
  font-weight: bold;
}




