/* Virgin mobile CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #4bcee9;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #996633;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #333333;
}

#wrapper {
	position: relative;
	text-align: center;
	width: 900px;
	height: 600px;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(V-Mobile-Sentforever-bg.jpg);
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	top: 280px;
	left: 250px;
	width: 400px;
}
#content a { text-decoration:none }
#content a:link { color:#000000 }
#content a:hover { color:#FF942E; text-decoration:underline }

#content h1 {
	font: 15pt Verdana, "Arial", Helvetica, Times, sans-serif;
	color: #000000;
	text-align: left;
	cursor:help;
}

#content p {
	font: 9pt/1.35em  Verdana, "Arial", Helvetica, Times, sans-serif;
	color: #000000;
	text-align: left;
}

.nextbutton {
	font-family: Verdana, "Arial", Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
	margin: 1.5em 2em 1em 0em;
}