/*=================================
	Zynga Css
	@Author Patrick Bennett
	@Url www.ModernBlue.com
==================================*/

/* Eric Meyer reset */
/* 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;
}

/*================================
	MB Styles begin
*================================*/

body {
	font-family: "Myriad", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.clear {
	clear:both;
}

#container {
	width:1024px;
	height:800px;
	margin:0 auto;
	background:url(images/fourth.jpg) no-repeat;
}

#zyngaLogo {
	width:144px;
	height:36px;
	float:right;
	margin:47px 90px 0 0;
}

#content {
	width:890px;
	margin:120px 0 0 50px;
	float:left;
}

#wherePlay {
	width:370px;
	float:right;
	margin:25px 0 0 0;
}

#wherePlay h4 {
	color:#a09c9c;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	margin-bottom:5px;
}

#wherePlay a.but {
	width:135px;
	height:51px;
	display:block;
	background:url(images/whereButtons.png) no-repeat;
	float:left;
	margin-top:10px;
}	

#wherePlay a.faceBook {
	background-position:0px 0px;
	margin-left:35px;
}

#wherePlay a:hover.faceBook {
	background-position:0px -173px;
}

#wherePlay a.myspace {
	background-position:-167px 0px;
	margin-left:33px;
}

#wherePlay a:hover.myspace {
	background-position:-167px -173px;
}

#wherePlay a.bebo {
	background-position:0px -61px;
	margin:15px 0 0 35px;	
}

#wherePlay a:hover.bebo {
	background-position:0px -234px;
}

#wherePlay a.hi5{
	background-position:-167px -61px;
	margin:15px 0 0 35px;	
}

#wherePlay a:hover.hi5 {
	background-position:-167px -234px;
}

#wherePlay a.tagged{
	background-position:0px -123px;
	margin:15px 0 0 35px;	
}

#wherePlay a:hover.tagged {
	background-position:0px -296px;
}

#wherePlay a.yahoo{
	background-position:-167px -123px;
	margin:15px 0 0 35px;	
}

#wherePlay a:hover.yahoo {
	background-position:-167px -296px;
}

#wherePlay .iphone {
	margin:45px 0 0 35px;
}	

#text {
	float:left;
	width:475px;
	color:#f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:30px;
}

#text p {
	margin:10px 0;
	font-size:12px;
	line-height:16px;
}

#text a {
	color:#FF3300;
}

#text a:hover {
	color:#FFFFFF;
}