Serial Read returns odd value...

  if(Serial.available() > 0)

How do i correct this? :-/

I think:

if(Serial.available() >= 2)

Should do the trick?